mlist.bind: mlist.bind

Description Usage Arguments Details Value Author(s) See Also

View source: R/binding.R

Description

Bind a list of matrices of equal row or col dim together

Usage

1
mlist.bind(l, direction = "c")

Arguments

l

a list of matrices

direction

"c" for column binding or "r" for rowbinding

Details

Useful for very large lists, when do.call("rbind",l) would be unacceptably slow.

Value

a matrix

Author(s)

Chris Wallace

See Also

vlist.bind for binding lists of vectors


chr1swallace/random-functions documentation built on March 6, 2021, 10:56 a.m.