Unify a List of Matrix

unify_mat_list(mat_list, default = 0)

Arguments

mat_list

A list of matrix. All of them should have dimension names.

default

Default values for the newly added rows and columns.

Details

All matrix will be unified to have same row names and column names.

Value

A list of matrix

Examples

# There is no example NULL
#> NULL