Description Usage Arguments Value Author(s) Examples
View source: R/xpn_systemDef.R
A simple function that sets up the [system] 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_systemDef(x = NA)
|
x |
NA - Default values are used 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 [system]. ii) The default system can be updated by named x elements equalling the [system] LHS |
The system 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
syts <- xpn_systemDef(x = NA)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.