Description Usage Arguments Value Examples
Method to get and set the OrderIndependentLookup parameter
1 2 3 4 5 6 7 8 9 | 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.
1 2 3 4 5 | opts <- CMoptions()
OrderIndependentLookup(opts)
opts <- CMoptions()
OrderIndependentLookup(opts) <- 'ON'
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.