diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2017-07-21 11:15:41 +0200 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2017-07-21 11:17:10 +0200 |
commit | a2e24495c01f837474b69263a9861a89050cbfd1 (patch) | |
tree | cd44a39461c8ccdabae3f7edfd48eb8caa07578b /R | |
parent | 1f6936f879dc56625a3e1ee32b29c71bc06218cb (diff) |
New Option for Step 1, fix example, update docs
Also add the reference file for testing Step12 input file generation
Diffstat (limited to 'R')
-rw-r--r-- | R/PEC_sw_focus.R | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/R/PEC_sw_focus.R b/R/PEC_sw_focus.R index 0536341..3f67be8 100644 --- a/R/PEC_sw_focus.R +++ b/R/PEC_sw_focus.R @@ -64,7 +64,8 @@ #' #' # Metabolite #' new_dummy <- chent_focus_sw("New Dummy", mw = 250, Koc = 100) -#' M1 <- chent_focus_sw(mw = 100, cwsat = 100, DT50_ws = 100, Koc = 50, max_ws = 0, max_soil = 0.5) +#' M1 <- chent_focus_sw("M1", mw = 100, cwsat = 100, DT50_ws = 100, Koc = 50, +#' max_ws = 0, max_soil = 0.5) #' PEC_sw_focus(new_dummy, 1000, scenario = "cereals, winter", met = M1) PEC_sw_focus <- function(parent, rate, n = 1, i = NA, comment = "", |