apsim.options {apsimx}R Documentation

Environment which stores APSIM options

Description

Environment which can store the path to the executable 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

apsim.options

Format

An object of class environment of length 3.

Details

Environment which stores APSIM options

Value

This is an environment, so nothing to return.

Examples

## Not run: 
names(apsim.options)
apsim_options(exe.path = "some-new-path-to-executable")
apsim.options$exe.path

## End(Not run)


[Package apsimx version 2.6.2 Index]