.vector2Matr {wrMisc} | R Documentation |
Convert numeric vector to matrix
Description
Take (numeric) vector and return matrix, if 'colNa' given will be used as colname
Usage
.vector2Matr(x, colNa = NULL, rowsKeep = TRUE)
Arguments
x |
(numeric or character) main input |
colNa |
(integer) design the comumn-name to be given |
rowsKeep |
(logical) is |
Value
matrix
See Also
Examples
.vector2Matr(c(3:6))
[Package wrMisc version 1.15.1 Index]