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

View source: R/MatrixUtil.r

merge_list_mx.by.rowsR Documentation

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

Description

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

Usage

merge_list_mx.by.rows(...)

Arguments

...

matrices, or a list of matrices

Value

matrices, or a list of matrices after merged


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