merge_list_mx.by.cols: Takes any number of 2D matrices, each with the same number of...

View source: R/MatrixUtil.r

merge_list_mx.by.colsR Documentation

Takes any number of 2D matrices, each with the same number of cols but with any set of named rows. Every col 1 of the matrices are combined into a new matrix, as are every col 2,3 etc.

Description

Takes any number of 2D matrices, each with the same number of cols but with any set of named rows. Every col 1 of the matrices are combined into a new matrix, as are every col 2,3 etc.

Usage

merge_list_mx.by.cols(...)

Arguments

...

matrices, or a list of matrices

Value

matrices, or a list of matrices after merged

See Also

merge_list_mx.by.rows


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