From 12a31f4c130c551f82232d9ef7dfb608bd52c53f Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Tue, 27 Sep 2016 23:00:48 +0200 Subject: Reorganise repository using standard package layout --- inst/web/PEC_soil_product.html | 141 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 141 insertions(+) create mode 100644 inst/web/PEC_soil_product.html (limited to 'inst/web/PEC_soil_product.html') diff --git a/inst/web/PEC_soil_product.html b/inst/web/PEC_soil_product.html new file mode 100644 index 0000000..9704de2 --- /dev/null +++ b/inst/web/PEC_soil_product.html @@ -0,0 +1,141 @@ + + + + +PEC_soil_product. pfm 0.2-4 + + + + + + + + + + + + + + + + + +
+
+ +
+ +

Calculate predicted environmental concentrations in soil for a product

+ +
+
+

Usage

+
PEC_soil_product(product, rate, rate_units = "L/ha", interception = 0, mixing_depth = 5, tillage_depth = 20, interval = 365, PEC_units = "mg/kg", scenarios = "EFSA_2015")
+ +

Arguments

+
+
product
+
An object of class pp
+
rate
+
Application rate in units specified below
+
rate_units
+
Defaults to g/ha
+
interception
+
The fraction of the application rate that does not reach the soil
+
mixing_depth
+
Mixing depth in cm
+
tillage_depth
+
Periodic (see interval) deeper mixing in cm
+
interval
+
Period of the deeper mixing, defaults to 365, which is a year if +rate units are in days
+
PEC_units
+
Requested units for the calculated PEC. Only mg/kg currently supported
+
+ +
+

Source

+ +

EFSA Panel on Plant Protection Products and their Residues (2012) +Scientific Opinion on the science behind the guidance for scenario selection +and scenario parameterisation for predicting environmental concentrations +of plant protection products in soil. EFSA Journal 10(2) 2562, +doi:10.2903/j.efsa.2012.2562

+ +

EFSA (European Food Safety Authority) (2015) +EFSA guidance document for predicting environmental concentrations +of active substances of plant protection products and transformation products of these +active substances in soil. EFSA Journal 13(4) 4093 +doi:10.2903/j.efsa.2015.4093

+ +
+ +
+

Value

+ +

+A data frame with compound names, and initial, background (plateau minimum) + and long term maximum predicted concentrations in soil +

+ +
+ +
+

Description

+ +

Calculates long term accumulation PEC values. Assumes that the complete load to soil during the +time specified by 'interval' (typically 365 days) is dosed at once. As in the PPR panel opinion +cited below (PPR panel 2012), only temperature correction using the Arrhenius equation is performed. +By default, PEC values for the scenarios as defined in the EFSA guidance +(2015, p. 13) are calculated.

+ +
+
+
+ + + +

Author

+ +Johannes Ranke + + +
+
+ + +
+ + \ No newline at end of file -- cgit v1.2.1