diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2016-12-12 21:24:24 +0100 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2016-12-12 21:24:24 +0100 |
commit | e51e063564bffcb75dbb6ab7a364704c8d8e992e (patch) | |
tree | 971e30cab2ceb7a85e9fbe8957527a8c851cbd91 /man | |
parent | 9124e0f7d673c65584c1b2f838a3b944ea89c31d (diff) |
Fix reading .out for acronyms containing numbers
Diffstat (limited to 'man')
-rw-r--r-- | man/PEC_sw_drift.Rd | 2 | ||||
-rw-r--r-- | man/PEC_sw_sed.Rd | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/man/PEC_sw_drift.Rd b/man/PEC_sw_drift.Rd index 20fa921..ae27e82 100644 --- a/man/PEC_sw_drift.Rd +++ b/man/PEC_sw_drift.Rd @@ -6,7 +6,7 @@ \usage{ PEC_sw_drift(rate, applications = 1, water_depth = 30, drift_percentages = NULL, drift_data = "JKI", crop = "Ackerbau", - distances = c(1, 5, 10, 20), rate_units = "g/ha", PEC_units = "µg/L") + distances = c(1, 5, 10, 20), rate_units = "g/ha", PEC_units = "<U+00B5>g/L") } \arguments{ \item{rate}{Application rate in units specified below} diff --git a/man/PEC_sw_sed.Rd b/man/PEC_sw_sed.Rd index 3140eb0..d0e2ec6 100644 --- a/man/PEC_sw_sed.Rd +++ b/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 |