paramValueIndex {Onassis} | R Documentation |
Method paramValueIndex
Method paramValueIndex<-
Method to get and set the parameter combination index corresponding to a given parameter combination. The value of the paramValueIndex lays in the range [0:575]
paramValueIndex<-
paramValueIndex(x) paramValueIndex(x) <- value ## S4 method for signature 'CMoptions' paramValueIndex(x) ## S4 replacement method for signature 'CMoptions' paramValueIndex(x) <- value
x |
instance of class |
value |
Index corresponding to a given parameter combination |
The paramValueIndex corresponding to the current options when used as get, the new CMoptions object with updated parameters when used to set.
opts <- CMoptions() paramValueIndex(opts) opts <- CMoptions() paramValueIndex(opts) <- 2