From a76221d87485029444c8e684022ca606a0c7e68d Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Wed, 18 Jan 2017 22:41:01 +0100 Subject: Update static docs using pkgdown - Add _pkgdown.yml for a structured function/data reference - Make seealso links active - Make mkinfit calls quiet - Use pkgdown branch from pull request hadley/pkgdown#229 to have topics ordered --- docs/reference/SSLRC_mobility_classification.html | 129 ++++++++++++++++++++++ 1 file changed, 129 insertions(+) create mode 100644 docs/reference/SSLRC_mobility_classification.html (limited to 'docs/reference/SSLRC_mobility_classification.html') diff --git a/docs/reference/SSLRC_mobility_classification.html b/docs/reference/SSLRC_mobility_classification.html new file mode 100644 index 0000000..f207a7a --- /dev/null +++ b/docs/reference/SSLRC_mobility_classification.html @@ -0,0 +1,129 @@ + + + + + + + + +Determine the SSLRC mobility classification for a chemical substance from its Koc — SSLRC_mobility_classification • pfm + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + + +
+ +
+
+ + + +

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

+ + +
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

+ + +

Examples

+
SSLRC_mobility_classification(100)
#> $`Mobility classification` +#> [1] "Moderately mobile" +#> +#> $`Percentage drained per mm of drain water` +#> [1] 0.7 +#>
+
+ +
+ + +
+ + + -- cgit v1.2.1