BASIX.table: Count Tabulation of Matrices

View source: R/BASIX.table.R

BASIX.tableR Documentation

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.

Author(s)

Bastian Pfeifer

Examples


mat <- matrix(0,3,3)
mat[1,1] <- 1

BASIX.table(mat)


BASIX documentation built on June 13, 2022, 5:05 p.m.