Rdocumentation
powered by
Learn R Programming
ROI (version 0.2-1)
constraints: Extract constraints
Description
Extract constraints from its argument (typically ROI objects) and return them.
Usage
constraints(x)
"constraints"(x)
constraints(x) <- value
Arguments
x
an object used to select the method.
value
an R object.
Value
the extracted constraints object.
Details
Currently, there is no default method. See
constraints.OP
for extracting constraints from ROI objects of class
"OP"
.