thermoreg_options | R Documentation |
Global thermoreg options, but can be changed in each functions directly using an argument (which has precedence over the global options).
thermoreg_options(...)
... |
One of four: (1) nothing, then returns all options as a list; (2) a name of an option element, then returns its' value; (3) a name-value pair which sets the corresponding option to the new value (and returns nothing), (4) a list with option-value pairs which sets all the corresponding arguments. The example show all possible cases. |
The following arguments are currently set:
verbose
should verbose (printed results) be set to true? Default is TRUE
.
depends on input, see above.
All options are saved in the global R options
with prefix
thermoreg.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.