Learn R Programming

BASIX (version 1.2)

BASIX.table: Count Tabulation of Matrices

Description

BASIX.table computes the counts of unique rows of a matrix.

Usage

BASIX.table(matrix)

Arguments

matrix

a matrix

Details

This function can be applied to numeric as well as character matrices.

Examples

Run this code
# NOT RUN {
mat <- matrix(0,3,3)
mat[1,1] <- 1

BASIX.table(mat)

# }

Run the code above in your browser using DataLab