diff options
Diffstat (limited to 'pkg/man')
-rw-r--r-- | pkg/man/PEC_sw_drift.Rd | 2 | ||||
-rw-r--r-- | pkg/man/PEC_sw_sed.Rd | 2 | ||||
-rw-r--r-- | pkg/man/read.TOXSWA_cwa.Rd | 9 |
3 files changed, 9 insertions, 4 deletions
diff --git a/pkg/man/PEC_sw_drift.Rd b/pkg/man/PEC_sw_drift.Rd index c486831..6a1b935 100644 --- a/pkg/man/PEC_sw_drift.Rd +++ b/pkg/man/PEC_sw_drift.Rd @@ -6,7 +6,7 @@ \usage{ PEC_sw_drift(rate, applications = 1, water_depth = 30, drift_data = "JKI", crop = "Ackerbau", distances = c(1, 5, 10, 20), rate_units = "g/ha", - PEC_units = "µg/L") + PEC_units = "<U+00B5>g/L") } \arguments{ \item{rate}{Application rate in units specified below} diff --git a/pkg/man/PEC_sw_sed.Rd b/pkg/man/PEC_sw_sed.Rd index 3140eb0..d0e2ec6 100644 --- a/pkg/man/PEC_sw_sed.Rd +++ b/pkg/man/PEC_sw_sed.Rd @@ -7,7 +7,7 @@ water concentrations} \usage{ PEC_sw_sed(PEC_sw, percentage = 100, method = "percentage", sediment_depth = 5, water_depth = 30, sediment_density = 1.3, - PEC_sed_units = c("µg/kg", "mg/kg")) + PEC_sed_units = c("<U+00B5>g/kg", "mg/kg")) } \arguments{ \item{PEC_sw}{Numeric vector or matrix of surface water concentrations in µg/L for diff --git a/pkg/man/read.TOXSWA_cwa.Rd b/pkg/man/read.TOXSWA_cwa.Rd index acc384c..44a7542 100644 --- a/pkg/man/read.TOXSWA_cwa.Rd +++ b/pkg/man/read.TOXSWA_cwa.Rd @@ -5,10 +5,11 @@ \title{Read TOXSWA surface water concentrations} \usage{ read.TOXSWA_cwa(filename, basedir = ".", zipfile = NULL, segment = "last", - windows = NULL, thresholds = NULL) + total = FALSE, windows = NULL, thresholds = NULL) } \arguments{ -\item{filename}{The filename of the cwa file.} +\item{filename}{The filename of the cwa file (TOXSWA 2.x.y or similar) or the +out file (FOCUS TOXSWA 4, i.e. TOXSWA 4.4.2 or similar).} \item{basedir}{The path to the directory where the cwa file resides.} @@ -17,6 +18,10 @@ read.TOXSWA_cwa(filename, basedir = ".", zipfile = NULL, segment = "last", \item{segment}{The segment for which the data should be read. Either "last", or the segment number.} +\item{total}{Set this to TRUE in order to read total concentrations as well. This is +only necessary for .out files as generated by TOXSWA 4.4.2 or similar, not for .cwa +files. For .cwa files, the total concentration is always read as well.} + \item{windows}{Numeric vector of width of moving windows in days, for calculating maximum time weighted average concentrations and areas under the curve.} |