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/inst/web/SSLRC_mobility_classification.html | 117 ++++++++++++++++++++++++ 1 file changed, 117 insertions(+) create mode 100644 pkg/inst/web/SSLRC_mobility_classification.html (limited to 'pkg/inst/web/SSLRC_mobility_classification.html') diff --git a/pkg/inst/web/SSLRC_mobility_classification.html b/pkg/inst/web/SSLRC_mobility_classification.html new file mode 100644 index 0000000..06c6119 --- /dev/null +++ b/pkg/inst/web/SSLRC_mobility_classification.html @@ -0,0 +1,117 @@ + + + + +SSLRC_mobility_classification. pfm 0.3-1 + + + + + + + + + + + + + + + + + +
+
+ +
+ +

Determine the SSLRC mobility classification for a chemical substance from its Koc

+ +
+
+

Usage

+
SSLRC_mobility_classification(Koc)
+ +

Arguments

+
+
Koc
+
The sorption coefficient normalised to organic carbon in L/kg
+
+ +
+

Value

+ +

+A list containing the classification and the percentage of the + compound transported per 10 mm drain water +

+ +
+ +
+

Description

+ +

This implements the method specified in the UK data requirements handbook and was +checked against the spreadsheet published on the CRC website

+ +
+ +

Examples

+
SSLRC_mobility_classification(100) +
+
$`Mobility classification` +[1] "Moderately mobile" + +$`Percentage drained per mm of drain water` +[1] 0.7 + +
+
+
+ + + +

Author

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