ROI_constraint: constraint

Description Usage Arguments

Description

ROI distinguishes between 5 different types of constraint:

Usage

1
2
3
4
5
6
7
8
9
## 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.


ROI documentation built on Aug. 29, 2020, 3:01 p.m.

Related to ROI_constraint in ROI...