From 3a579d87820ccbec514f1be5eb090e874fd87eec Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Tue, 22 Dec 2015 19:32:54 +0100 Subject: EFSA 2015 tier 1 PEC soil, clean up, add static docs --- pkg/R/PEC_sw_sed.R | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'pkg/R/PEC_sw_sed.R') diff --git a/pkg/R/PEC_sw_sed.R b/pkg/R/PEC_sw_sed.R index 56396e8..a4a3d6a 100644 --- a/pkg/R/PEC_sw_sed.R +++ b/pkg/R/PEC_sw_sed.R @@ -15,8 +15,8 @@ # You should have received a copy of the GNU General Public License along with # this program. If not, see -#' Calculate initial predicted environmental concentrations in sediment from -#' surface water concentrations +#' Calculate predicted environmental concentrations in sediment from surface +#' water concentrations #' #' The method 'percentage' is equivalent to what is used in the CRD spreadsheet #' PEC calculator @@ -34,7 +34,7 @@ #' @export #' @author Johannes Ranke #' @examples -#' PEC_sw_sed(PEC_sw_drift_ini(100, distances = 1), percentage = 50) +#' PEC_sw_sed(PEC_sw_drift(100, distances = 1), percentage = 50) PEC_sw_sed <- function(PEC_sw, percentage = 100, method = "percentage", sediment_depth = 5, water_depth = 30, sediment_density = 1.3, -- cgit v1.2.1