.vector2Matr | R Documentation |
Take (numeric) vector and return matrix, if 'colNa' given will be used as colname
.vector2Matr(x, colNa = NULL, rowsKeep = TRUE)
x |
(numeric or character) main input |
colNa |
(integer) design the comumn-name to be given |
rowsKeep |
(logical) is |
matrix
matrix
.vector2Matr(c(3:6))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.