Description Usage Arguments Value
View source: R/rowsAndColumns.R
Create lists from the rows and/or columns of a matrix.
1 2 |
z |
a matrix |
rows
returns a list of the rows of z
. If z
has
row names, those will also be the names of the returned list.
columns
does the same, but for columns. Note that if z
is some kind of time series, so too will be the elements of the
returned list.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.