hydromad.options {hydromad}R Documentation

User default settings for hydromad

Description

A basic user settings facility, like options and lattice.options.

Usage

hydromad.options(...)
hydromad.getOption(name)

Arguments

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.

Details

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.

See Also

hydromad

Examples

oopt <- hydromad.options()
str(oopt)

## reset
hydromad.options(oopt)
[Package hydromad version 0.9-18 Index]