which_matrix: which matrix

Description Usage Examples

Description

which matrix index

Usage

1
which_matrix(logical.matrix)

Examples

1
2
3
m <- matrix(sample(c(T,F), 30, T), 5, 6)
which(m)
which_matrix(m)

lovetoken/useful.lovetoken documentation built on June 14, 2019, 3:21 p.m.