hydromad.options {hydromad} | R Documentation |
A basic user settings facility, like options
and
lattice.options
.
hydromad.options(...) hydromad.getOption(name)
name |
character giving the name of a setting. |
... |
new options can be defined, or existing ones modified, using one or more arguments of the form 'name = value' or by passing a list of such tagged values. Existing values can be retrieved by supplying the names (as character strings) of the components as unnamed arguments. |
These functions are direct copies of the lattice equivalents:
see lattice.options
.
The available options can be seen with str(hydromad.options())
.
Many of these simply provide defaults for corresponding arguments
to the hydromad
function.
oopt <- hydromad.options() str(oopt) ## reset hydromad.options(oopt)