.convertMatrToNum {wrMisc} | R Documentation |
Convert numeric matrix to numeric
Description
Take matrix and return vector
Usage
.convertMatrToNum(matr, useCol = NULL)
Arguments
matr |
(matrix) main input |
useCol |
(integer) design the comumns to be used |
Value
numeric vector
See Also
Examples
.convertMatrToNum(matrix(1:6, ncol=2))
[Package wrMisc version 1.15.1 Index]