find_max_cell.Rd
Find the indices of the maximum value in a matrix.
find_max_cell(x,max=TRUE)
A list containing the column (x) and row (y) indices.
Intended to enable the user to mark cells in color2D.matplot. Remember to subtract 0.5 from both values to center the mark in the cell.