Learn R Programming

paar (version 1.0.1)

bind: Bind outlier condition to an object.

Description

Bind outlier condition to an object.

Usage

# S3 method for paar
cbind(..., deparse.level = 1)

Value

cbind called with m.

Arguments

...

objects to bind.

deparse.level

integer controlling the construction of labels in the case of non-matrix-like arguments (for the default method):
deparse.level = 0 constructs no labels;
the default deparse.level = 1 typically and deparse.level = 2 always construct labels from the argument names, see the ‘Value’ section below.