Combine Constraints
Take a sequence of constraints (ROI objects) arguments and combine by rows, i.e., putting several constraints together.
## S3 method for class 'constraint' rbind(..., use.names = FALSE, recursive = FALSE)
... |
constraints objects to be concatenated. |
use.names |
a logical if |
recursive |
a logical, if TRUE, rbind . |
The output type is determined from the highest type of the
components in the hierarchy "L_constraint"
<
"Q_constraint"
< "F_constraint"
and "L_constraint"
< "C_constraint"
.
an object of a class depending on the input which also
inherits from "constraint"
. See Details.
Stefan Theussl
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.