get.cutList {sdcTable} | R Documentation |
query cutList
-objects depending on argument type
Description
query cutList
-objects depending on argument type
Usage
get.cutList(object, type)
## S4 method for signature 'cutList,character'
get.cutList(object, type)
Arguments
object |
an object of class |
type |
a character vector of length 1 defining what to calculate|return|modify. Allowed types are: |
constraints: constraint matrix of object
direction: directions of the constraints
rhs: right hand side of the constraints
nrConstraints: total number of constraints
Value
information from objects of class cutList
depending on argument type
object of class
simpleTriplet
if argumenttype
matches 'constraints'character vector if argument
type
matches 'direction'numeric vector if argument
type
matches 'objective' or 'rhs'
Note
internal function
Author(s)
Bernhard Meindl bernhard.meindl@statistik.gv.at
[Package sdcTable version 0.32.7 Index]