diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2017-06-22 08:23:13 +0200 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2017-06-22 08:43:14 +0200 |
commit | dffa31a5ad5026d4d67327da622f45c00be40584 (patch) | |
tree | cd2831e92a0b9523397937c7acc3c53e44bb004b /man | |
parent | 0d60c88ba7e0693a832056ea3db5cc0eaf3b0819 (diff) |
Add scenario, region and season to run name
Diffstat (limited to 'man')
-rw-r--r-- | man/PEC_sw_focus.Rd | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/man/PEC_sw_focus.Rd b/man/PEC_sw_focus.Rd index e9f638d..f55fccc 100644 --- a/man/PEC_sw_focus.Rd +++ b/man/PEC_sw_focus.Rd @@ -7,7 +7,8 @@ PEC_sw_focus(parent, rate, n = 1, i = NA, comment = "", met = NULL, f_drift = NA, f_rd = 0.1, scenario = FOCUS_Step_12_scenarios$names, region = c("n", "s"), season = c(NA, "of", "mm", "js"), - interception = "no interception", txt_file = "pesticide.txt", + interception = c("no interception", "minimal crop cover", + "average crop cover", "full canopy"), txt_file = "pesticide.txt", overwrite = FALSE, append = TRUE) } \arguments{ |