constraint (Constructors) {ROI}R Documentation

constraint

Description

ROI distinguishes between 5 different types of constraint:

Usage

## S3 method for class 'constraint'
c(..., recursive = FALSE)

as.constraint(x)

is.constraint(x)

## S3 method for class 'constraint'
dim(x)

Arguments

recursive

a logical, giving if the arguments should be combined recursively.

x

an object to be coerced or tested.

...

objects to be combined.


[Package ROI version 1.0-1 Index]