powered by
BASIX.table computes the counts of unique rows of a matrix.
BASIX.table
BASIX.table(matrix)
a matrix
This function can be applied to numeric as well as character matrices.
# NOT RUN { mat <- matrix(0,3,3) mat[1,1] <- 1 BASIX.table(mat) # }
Run the code above in your browser using DataLab