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