diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2019-02-19 12:35:19 +0100 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2019-02-19 12:35:19 +0100 |
commit | 138638976f792684483520fe7837ded0a27938e4 (patch) | |
tree | 32e74804cf47f8370f4a520218d275ac37b8b7b4 /man | |
parent | 72c56f4246966c1bea627f601cf3cc457734f023 (diff) |
Stop endless appending to pesticide.txt example
Diffstat (limited to 'man')
-rw-r--r-- | man/PEC_sw_focus.Rd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/PEC_sw_focus.Rd b/man/PEC_sw_focus.Rd index 7ba5ae3..836ed86 100644 --- a/man/PEC_sw_focus.Rd +++ b/man/PEC_sw_focus.Rd @@ -84,7 +84,7 @@ Step 2 is not implemented. \examples{ # Parent only dummy_1 <- chent_focus_sw("Dummy 1", cwsat = 6000, DT50_ws = 6, Koc = 344.8) -PEC_sw_focus(dummy_1, 3000, f_drift = 0) +PEC_sw_focus(dummy_1, 3000, f_drift = 0, overwrite = TRUE, append = FALSE) # Metabolite new_dummy <- chent_focus_sw("New Dummy", mw = 250, Koc = 100) |