Learn R Programming

ROI (version 0.2-1)

rbind.constraint: Linear Constraints

Description

Take a sequence of constraints (ROI objects) arguments and combine by rows, i.e., putting several constraints together.

Usage

rbind.constraint(..., use.names = FALSE, recursive = FALSE)

Arguments

...
constraints objects to be concatenated.
use.names
a logical if FALSE the names of the constraints are ignored when combining them, if TRUE the constraints are combined based on their variable.names.
recursive
a logical, if TRUE, rbind .

Value

an object of a class depending on the input which also inherits from "constraint". See Details.

Details

The output type is determined from the highest type of the components in the hierarchy "L_constraint" < "Q_constraint" < "F_constraint".