select.row.list.mx | R Documentation |
Select only the specified row from each matrix in a list, and return a list of row vectors.
select.row.list.mx(mxlist, rownum, na.rm = T)
mxlist |
list of matrices |
rownum |
row number to select |
na.rm |
if TRUE, then do not return any selected row that contains a NA |
a list of selected row vectors
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.