mtx | R Documentation |
Abbreviated scalar
mtx(data = NA, nrow = 1, ncol = 1, by_row = FALSE, dimnames = NULL)
data |
an optional data vector (including a list or
|
nrow |
the desired number of rows. |
ncol |
the desired number of columns. |
by_row |
logical. If FALSE (the default) the matrix is filled by columns, otherwise the matrix is filled by rows. |
dimnames |
A |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.