Description Usage Arguments Value Author(s) Examples
View source: R/xpn_optionsDef.R
A simple function that sets up the [options] block in an .xnp file. A DEFAULT setting is given, additional moduls can be added by providing a list with named elements. The name of the list element has to correspond to new line added.
1 | xpn_optionsDef(x = NA, query.plant.model = "gecros")
|
x |
i) a list with named elements. The names of the elements will be used as the LHS and the vector element will be the RHS of the equal sign in extending [options]. ii) The default options can be updated by named x elements equalling the [options] LHS |
query.plant.model |
character to specify the plant model. Supported: GECROS, GECROS_h |
The options specification for the .xnp file
Tobias KD Weber , tobias.weber@uni-hohenheim.de
1 2 | # Default settings can be seen by executing the following line
opts <- xpn_optionsDef(x = NA)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.