list_to_matrix: rbind a list of matrices into a single matrix

View source: R/main.R

list_to_matrixR Documentation

rbind a list of matrices into a single matrix

Description

rbind a list of matrices into a single matrix. All matrices must have the same number of columns.

Usage

list_to_matrix(l)

Arguments

l

list of matrices.


bobverity/bobfunctions2 documentation built on July 4, 2023, 8:55 p.m.