apsimx.options: Environment which stores APSIM-X options

apsimx.optionsR Documentation

Environment which stores APSIM-X options

Description

Environment which can store the path to the executable, warning settings and where examples are located. Creating an environment avoids the use of global variables or other similar practices which would have possible undesriable consequences.

Usage

apsimx.options

Format

An object of class environment of length 7.

Details

Environment which stores APSIM-X options

Value

This is an environment, not a function, so nothing is returned.

Examples


names(apsimx.options)
apsimx_options(exe.path = "some-new-path-to-executable")
apsimx.options$exe.path



femiguez/apsimx documentation built on April 13, 2024, 12:04 a.m.