Description Usage Arguments Value Author(s) Examples
View source: R/xpn_modelActivate.R
A simple function that enables to rapiud selection/deselection of simulated cells in the xpn.
1 2 3 4 5 6 | xpn_modelActivate(
xpn_file_path,
xpi_activate = "all",
flip = FALSE,
xpn_file_path_out = NULL
)
|
xpn_file_path |
.xpn file in question, full path names ahas to be given. |
xpi_activate |
character to specify the plant model. Supported: GECROS, GECROS_h, SPASS, CERES |
flip |
character to specify the mineralisation model. Supported: DAISY and LEACHN. |
xpn_file_path_out |
optional chaarcter to write a new xpn, default |
nothing. The function overwrites the xpn if xpn_file_path_out
is not specified-.
Tobias KD Weber , tobias.weber@uni-hohenheim.de
1 | # xpn_modelActivate(xpn_file_path, xpi_activate = c("0_0_0_0.xpi", "0_1_0_0.xpi"), flip = TRUE)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.