Maximum (or minimum) value cell in a matrix.
find_max_cell.Rd
Find the indices of the maximum value in a matrix.
Arguments
- x
a numeric matrix
- max
The default is to return the indices of the maximum value(s). max=FALSE returns those of the minimum.