OrderIndependentLookup {Onassis} | R Documentation |
OrderIndependentLookup
Method to get and set the OrderIndependentLookup parameter
OrderIndependentLookup(x) OrderIndependentLookup(x) <- value ## S4 method for signature 'CMoptions' OrderIndependentLookup(x) ## S4 replacement method for signature 'CMoptions' OrderIndependentLookup(x) <- value
x |
instance of class |
value |
|
The OrderIndependentLookup corresponding to the current options when used as get, the new CMoptions object with updated parameters when used to set.
opts <- CMoptions() OrderIndependentLookup(opts) opts <- CMoptions() OrderIndependentLookup(opts) <- 'ON'