CBIND: Combine R Objects by Columns

Description Usage Arguments

View source: R/Utility_functions.R

Description

Take a sequence of vector, matrix or data-frame arguments and combine them by columns. CBIND is used within the package over cbind to recycle the shorter arguments so that their number of rows would match.

Usage

1
CBIND(..., deparse.level = 1)

Arguments

...

(generalized) vectors or matrices. These can be given as named arguments

deparse.level

integer; deparse.level = 0 constructs no labels, deparse.level = 1 (the default) or > 1 constructs labels from the arguments names.


mpcmp documentation built on Oct. 26, 2020, 9:07 a.m.