diff options
Diffstat (limited to 'docs/reference/SSLRC_mobility_classification.html')
-rw-r--r-- | docs/reference/SSLRC_mobility_classification.html | 23 |
1 files changed, 20 insertions, 3 deletions
diff --git a/docs/reference/SSLRC_mobility_classification.html b/docs/reference/SSLRC_mobility_classification.html index ddb21de..b0ae939 100644 --- a/docs/reference/SSLRC_mobility_classification.html +++ b/docs/reference/SSLRC_mobility_classification.html @@ -34,7 +34,7 @@ <meta property="og:title" content="Determine the SSLRC mobility classification for a chemical substance from its Koc — SSLRC_mobility_classification" /> -<meta property="og:description" content="This implements the method specified in the UK data requirements handbook and was +<meta property="og:description" content="This implements the method specified in the UK data requirements handbook and was checked against the spreadsheet published on the CRC website" /> <meta name="twitter:card" content="summary" /> @@ -67,7 +67,7 @@ checked against the spreadsheet published on the CRC website" /> </button> <span class="navbar-brand"> <a class="navbar-link" href="../index.html">pfm</a> - <span class="version label label-default" data-toggle="tooltip" data-placement="bottom" title="Released version">0.5.6</span> + <span class="version label label-default" data-toggle="tooltip" data-placement="bottom" title="Released version">0.5.7</span> </span> </div> @@ -106,7 +106,7 @@ checked against the spreadsheet published on the CRC website" /> <div class="ref-description"> - <p>This implements the method specified in the UK data requirements handbook and was + <p>This implements the method specified in the UK data requirements handbook and was checked against the spreadsheet published on the CRC website</p> </div> @@ -127,6 +127,16 @@ checked against the spreadsheet published on the CRC website</p> <p>A list containing the classification and the percentage of the compound transported per 10 mm drain water</p> + <h2 class="hasAnchor" id="references"><a class="anchor" href="#references"></a>References</h2> + + <p>HSE's Chemicals Regulation Division (CRD) Active substance + PECsw calculations (for UK specific authorisation requests) + <a href='https://www.hse.gov.uk/pesticides/topics/pesticide-approvals/pesticides-registration/data-requirements-handbook/fate/active-substance-uk.htm'>https://www.hse.gov.uk/pesticides/topics/pesticide-approvals/pesticides-registration/data-requirements-handbook/fate/active-substance-uk.htm</a> + accessed 2019-09-27</p> +<p>Drainage PECs Version 1.0 (2015) Spreadsheet published at + <a href='https://www.hse.gov.uk/pesticides/topics/pesticide-approvals/pesticides-registration/data-requirements-handbook/fate/pec-tools-2015/PEC%20sw-sed%20(drainage).xlsx'>https://www.hse.gov.uk/pesticides/topics/pesticide-approvals/pesticides-registration/data-requirements-handbook/fate/pec-tools-2015/PEC%20sw-sed%20(drainage).xlsx</a> + accessed 2019-09-27</p> + <h2 class="hasAnchor" id="examples"><a class="anchor" href="#examples"></a>Examples</h2> <pre class="examples"><div class='input'><span class='fu'>SSLRC_mobility_classification</span>(<span class='fl'>100</span>)</div><div class='output co'>#> $`Mobility classification` @@ -134,6 +144,11 @@ checked against the spreadsheet published on the CRC website</p> #> #> $`Percentage drained per mm of drain water` #> [1] 0.7 +#> </div><div class='input'><span class='fu'>SSLRC_mobility_classification</span>(<span class='fl'>10000</span>)</div><div class='output co'>#> $`Mobility classification` +#> [1] "Non mobile" +#> +#> $`Percentage drained per mm of drain water` +#> [1] 0.008 #> </div></pre> </div> <div class="col-md-3 hidden-xs hidden-sm" id="sidebar"> @@ -142,6 +157,8 @@ checked against the spreadsheet published on the CRC website</p> <li><a href="#arguments">Arguments</a></li> <li><a href="#value">Value</a></li> + + <li><a href="#references">References</a></li> <li><a href="#examples">Examples</a></li> </ul> |