setOption {metaplot} | R Documentation |
Set or Reset Metaplot Options
Description
Sets an option value in the list getOption('metaplot')
.
If invoked without named arguments, option 'metaplot' is set to NULL.
Setting an existing option moves it to the end of the list (breaks ties in metOption
).
Usage
setOption(...)
Arguments
... |
any metaplot options can be defined, using |
Value
(invisible) character vector of option names that were set or unset
See Also
Examples
example(metOption)
[Package metaplot version 0.8.4 Index]