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_drainage_UK.R | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'pkg/R/PEC_sw_drainage_UK.R') diff --git a/pkg/R/PEC_sw_drainage_UK.R b/pkg/R/PEC_sw_drainage_UK.R index 43c732e..e53f179 100644 --- a/pkg/R/PEC_sw_drainage_UK.R +++ b/pkg/R/PEC_sw_drainage_UK.R @@ -25,15 +25,15 @@ #' @param Koc The sorption coefficient normalised to organic carbon in L/kg #' @param latest_application Latest application date, formatted as e.g. "01 July" #' @param soil_DT50 Soil degradation half-life, if SFO kinetics are to be used -#' @param model The degradation model to be used. Either one of "FOMC", "DFOP", -#' "HS", or "IORE", or an mkinmod object +#' @param model The soil degradation model to be used. Either one of "FOMC", +#' "DFOP", "HS", or "IORE", or an mkinmod object #' @param model_parms A named numeric vector containing the model parameters #' @return The predicted concentration in surface water in µg/L #' @export #' @author Johannes Ranke #' @examples -#' PEC_sw_drainage_UK_ini(150, Koc = 100) -PEC_sw_drainage_UK_ini <- function(rate, interception = 0, Koc, +#' PEC_sw_drainage_UK(150, Koc = 100) +PEC_sw_drainage_UK <- function(rate, interception = 0, Koc, latest_application = NULL, soil_DT50 = NULL, model = NULL, model_parms = NULL) { -- cgit v1.2.1