Learn R Programming

apsimx (version 2.2)

apsim.options: 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

Arguments

Value

This is an environment, so nothing to return.

Format

An object of class environment of length 3.

Details

Environment which stores APSIM options

Examples

Run this code
# NOT RUN {
names(apsim.options)
apsim_options(exe.path = "some-new-path-to-executable")
apsim.options$exe.path
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab