maNum2Logic {marray} | R Documentation |
This function converts a numeric vector of indices to a logical vector. It is used for subsetting purposes.
maNum2Logic(n=length(subset), subset=TRUE)
n |
the length of the logical vector to be produced. |
subset |
a numeric vector of indices. A logical vector may also be supplied, in which case it is also the value of the function. |
a logical vector.
Sandrine Dudoit, http://www.stat.berkeley.edu/~sandrine.
maNum2Logic(10, 1:3)