diff options
Diffstat (limited to 'docs/reference/PEC_sw_drainage_UK.html')
-rw-r--r-- | docs/reference/PEC_sw_drainage_UK.html | 16 |
1 files changed, 11 insertions, 5 deletions
diff --git a/docs/reference/PEC_sw_drainage_UK.html b/docs/reference/PEC_sw_drainage_UK.html index d8b885f..da84aa9 100644 --- a/docs/reference/PEC_sw_drainage_UK.html +++ b/docs/reference/PEC_sw_drainage_UK.html @@ -1,7 +1,9 @@ <!DOCTYPE html> <!-- Generated by pkgdown: do not edit by hand --><html lang="en"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><meta charset="utf-8"><meta http-equiv="X-UA-Compatible" content="IE=edge"><meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"><title>Calculate initial predicted environmental concentrations in surface water due to drainage using the UK method — PEC_sw_drainage_UK • pfm</title><script src="../deps/jquery-3.6.0/jquery-3.6.0.min.js"></script><meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"><link href="../deps/bootstrap-5.3.1/bootstrap.min.css" rel="stylesheet"><script src="../deps/bootstrap-5.3.1/bootstrap.bundle.min.js"></script><!-- pkgdown --><script src="../pkgdown.js"></script><meta property="og:title" content="Calculate initial predicted environmental concentrations in surface water due to drainage using the UK method — PEC_sw_drainage_UK"><meta name="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 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"></head><body> +published on the CRC website. Degradation before the start of the drainage period is taken into account if +latest_application is specified and the degradation parameters are given either as a soil_DT50 or a model."><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. Degradation before the start of the drainage period is taken into account if +latest_application is specified and the degradation parameters are given either as a soil_DT50 or a model."></head><body> <a href="#main" class="visually-hidden-focusable">Skip to contents</a> @@ -9,7 +11,7 @@ published on the CRC website"></head><body> <a class="navbar-brand me-2" href="../index.html">pfm</a> - <small class="nav-text text-muted me-auto" data-bs-toggle="tooltip" data-bs-placement="bottom" title="">0.6.3</small> + <small class="nav-text text-muted me-auto" data-bs-toggle="tooltip" data-bs-placement="bottom" title="">0.6.4</small> <button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbar" aria-controls="navbar" aria-expanded="false" aria-label="Toggle navigation"> @@ -37,7 +39,8 @@ published on the CRC website"></head><body> <div class="ref-description section level2"> <p>This implements the method specified in the UK data requirements handbook and was checked against the spreadsheet -published on the CRC website</p> +published on the CRC website. Degradation before the start of the drainage period is taken into account if +<code>latest_application</code> is specified and the degradation parameters are given either as a <code>soil_DT50</code> or a <code>model</code>.</p> </div> <div class="section level2"> @@ -109,6 +112,9 @@ accessed 2019-09-27</p> <h2 id="ref-examples">Examples<a class="anchor" aria-label="anchor" href="#ref-examples"></a></h2> <div class="sourceCode"><pre class="sourceCode r"><code><span class="r-in"><span><span class="fu">PEC_sw_drainage_UK</span><span class="op">(</span><span class="fl">150</span>, Koc <span class="op">=</span> <span class="fl">100</span><span class="op">)</span></span></span> <span class="r-out co"><span class="r-pr">#></span> [1] 8.076923</span> +<span class="r-in"><span><span class="fu">PEC_sw_drainage_UK</span><span class="op">(</span><span class="fl">60</span>, interception <span class="op">=</span> <span class="fl">0.5</span>, Koc <span class="op">=</span> <span class="fl">550</span>,</span></span> +<span class="r-in"><span> latest_application <span class="op">=</span> <span class="st">"01 July"</span>, soil_DT50 <span class="op">=</span> <span class="fl">200</span><span class="op">)</span></span></span> +<span class="r-out co"><span class="r-pr">#></span> [1] 0.8388303</span> </code></pre></div> </div> </main><aside class="col-md-3"><nav id="toc" aria-label="Table of contents"><h2>On this page</h2> @@ -120,7 +126,7 @@ accessed 2019-09-27</p> </div> <div class="pkgdown-footer-right"> - <p>Site built with <a href="https://pkgdown.r-lib.org/" class="external-link">pkgdown</a> 2.1.0.</p> + <p>Site built with <a href="https://pkgdown.r-lib.org/" class="external-link">pkgdown</a> 2.1.1.</p> </div> </footer></div> |