rcpp_cell_from_xy {comat} | R Documentation |
Get cell number
Description
Get cell number(s) of a matrix from row and column numbers. Cell numbers start at 0 in the upper left corner, and increase from top to bottom, and then from left to right.
Usage
rcpp_cell_from_xy(x, y)
Arguments
x |
A matrix |
y |
A matrix with two columns (row and column numbers) |
[Package comat version 0.9.5 Index]