vlist.bind: vlist.bind

Description Usage Arguments Details Value Author(s) See Also

View source: R/binding.R

Description

Bind a list of vectors of equal length together

Usage

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

Arguments

l

a list of vectors

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

mlist.bind for binding lists of matrices


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