Coordinates from a matrix
This function gets coordinates (row and column numbers) of the matrix cells.
rcpp_xy_from_matrix(x, cell = NULL)
x
: A matrixcell
: A vector of cell number. If NULL, the coordinates will be calculated for the whole matrixUseful links