View source: R/vectorizeByRow.R
vectorizeByRow | R Documentation |
This is one of several related convenience functions designed to convert vectors into matrices or matrices into vectors, either by row or by column.
vectorizeByRow(IN)
IN |
A matrix. |
A vector.
stackByColumn
, stackByRow
,
vectorizeByColumn
vectorizeByRow(matrix(1:20, ncol = 4))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.