mLength: m Length

Description Usage Arguments Value See Also Examples

Description

Determines the length of a matrix or vector.

Usage

1
mLength(mat)

Arguments

mat

input matrix

Value

the width of the matrix

See Also

mLength

Examples

1
2
mLength(c(1,2,3)) # > 3
mLength(cbind(c(1,2,3),c(4,5,6))) # > 3

alexjgriffith/CCCA documentation built on May 10, 2019, 8:52 a.m.