cbindFill: cbind while converting missing entries to NA.

Description Usage Arguments Value References

View source: R/cbindFill.R

Description

cbind usually malfunctions on vector of unequal lengths; this function allows vectors of unequal length to be combined, while filling the missing entries with NAs.

Usage

1

Arguments

...

A set of vectors separated by commas.

Value

A matrix that combines the inputted vectors.

References

http://r.789695.n4.nabble.com/How-to-join-matrices-of-different-row-length-from-a-list-td3177212.html; http://stackoverflow.com/a/7962286/560791


bayesbio documentation built on May 2, 2019, 3:43 a.m.

Related to cbindFill in bayesbio...