align.by.name.list.mx: Align a list of matrices/vectors by row and column name, so...

View source: R/MatrixUtil.r

align.by.name.list.mxR 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.

Description

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.

Usage

align.by.name.list.mx(listmx)

Arguments

listmx

a list of different sized matrices

Value

the list of the matrices aligned to the maximal set of rows and cols. rows and cols are in numerical sort order.


kcha193/simarioV2 documentation built on April 8, 2024, 4:51 p.m.