align.by.name.list.mx | R Documentation |
Align a list of matrices/vectors by row and column name, so all matrices have the same set of named rows and named cols. NAs are used to pad missing rows and cols.
align.by.name.list.mx(listmx)
listmx |
a list of different sized matrices |
the list of the matrices aligned to the maximal set of rows and cols. rows and cols are in numerical sort order.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.