BASIX.table {BASIX} | R Documentation |
BASIX.table
computes the counts of unique rows of a matrix.
BASIX.table(matrix)
matrix |
a matrix |
This function can be applied to numeric as well as character matrices.
Bastian Pfeifer
mat <- matrix(0,3,3) mat[1,1] <- 1 BASIX.table(mat)