From e51e063564bffcb75dbb6ab7a364704c8d8e992e Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Mon, 12 Dec 2016 21:24:24 +0100 Subject: Fix reading .out for acronyms containing numbers --- man/PEC_sw_drift.Rd | 2 +- man/PEC_sw_sed.Rd | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'man') 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 = "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("g/kg", "mg/kg")) } \arguments{ \item{PEC_sw}{Numeric vector or matrix of surface water concentrations in µg/L for -- cgit v1.2.1