summaryrefslogtreecommitdiff
path: root/man/PEC_sw_exposit_drainage.Rd
diff options
context:
space:
mode:
authorRanke Johannes <johannes.ranke@agroscope.admin.ch>2024-11-14 08:13:39 +0100
committerRanke Johannes <johannes.ranke@agroscope.admin.ch>2024-11-14 08:13:39 +0100
commit45c9eb16dd317421bf594b7d2aebb11386a9de33 (patch)
tree3c3fba5eea9b0d0b4982a6ff1a564ef6a733d077 /man/PEC_sw_exposit_drainage.Rd
parent172e0dc7af969a9e462f198cd4927e57eba77530 (diff)
Use units in PEC_sw_exposit_drainage. Closes #3
Diffstat (limited to 'man/PEC_sw_exposit_drainage.Rd')
-rw-r--r--man/PEC_sw_exposit_drainage.Rd10
1 files changed, 6 insertions, 4 deletions
diff --git a/man/PEC_sw_exposit_drainage.Rd b/man/PEC_sw_exposit_drainage.Rd
index 2917f8a..f0c6160 100644
--- a/man/PEC_sw_exposit_drainage.Rd
+++ b/man/PEC_sw_exposit_drainage.Rd
@@ -13,10 +13,10 @@ PEC_sw_exposit_drainage(
interception = 0,
Koc = NA,
mobility = c(NA, "low", "high"),
- DT50 = Inf,
- t_drainage = 3,
- V_ditch = 30,
- V_drainage = c(spring = 10, autumn = 100),
+ DT50 = set_units(Inf, "d"),
+ t_drainage = set_units(3, "days"),
+ V_ditch = set_units(30, "m3"),
+ V_drainage = set_units(c(spring = 10, autumn = 100), "m3"),
dilution = 2
)
}
@@ -58,6 +58,8 @@ calculations, between compounds with low mobility (group 1) and compounds
with modest to high mobility (groups 2, 3 and 4). In this implementation,
the group is derived only from the Koc, if not given explicitly. For
details, see the discussion of the function arguments below.
+It is recommened to specify the arguments \code{rate}, \code{Koc}, \code{DT50}, \code{t_drainage},
+\code{V_ditch} and \code{V_drainage} using \link[units:units]{units::units} from the \code{units} package.
}
\examples{
PEC_sw_exposit_drainage(500, Koc = 150)

Contact - Imprint