xpn_systemDef: setup XPN system line

Description Usage Arguments Value Author(s) Examples

View source: R/xpn_systemDef.R

Description

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.

Usage

1

Arguments

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

Value

The system specification for the .xnp file

Author(s)

Tobias KD Weber , tobias.weber@uni-hohenheim.de

Examples

1
2
# Default settings can be seen by executing the following line
syts <- xpn_systemDef(x = NA)

tkdweber/XN5setup documentation built on July 4, 2021, 7:34 a.m.