Skip to contents

Return the index of the maximum or minimum value in each row or column.

Usage

am_rowargmax(x)

am_rowargmin(x)

am_colargmax(x)

am_colargmin(x)

Arguments

x

A numeric matrix or adgeMatrix.

Value

An integer vector of indices.