diff options
Diffstat (limited to 'docs/index.html')
-rw-r--r-- | docs/index.html | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/docs/index.html b/docs/index.html index a9e189b..e6da960 100644 --- a/docs/index.html +++ b/docs/index.html @@ -8,7 +8,9 @@ <title>Utilities for Pesticide Fate Modelling • 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="Utilities for Pesticide Fate Modelling"> +<script src="deps/bootstrap-5.3.1/bootstrap.bundle.min.js"></script><link href="deps/font-awesome-6.4.2/css/all.min.css" rel="stylesheet"> +<link href="deps/font-awesome-6.4.2/css/v4-shims.min.css" rel="stylesheet"> +<script src="deps/headroom-0.11.0/headroom.min.js"></script><script src="deps/headroom-0.11.0/jQuery.headroom.min.js"></script><script src="deps/bootstrap-toc-1.0.1/bootstrap-toc.min.js"></script><script src="deps/clipboard.js-2.0.11/clipboard.min.js"></script><script src="deps/search-1.0.0/autocomplete.jquery.min.js"></script><script src="deps/search-1.0.0/fuse.min.js"></script><script src="deps/search-1.0.0/mark.min.js"></script><!-- pkgdown --><script src="pkgdown.js"></script><meta property="og:title" content="Utilities for Pesticide Fate Modelling"> <meta name="description" content="Utilities for simple calculations of predicted environmental concentrations (PEC values) and for dealing with data from some FOCUS pesticide fate modelling software packages."> <meta property="og:description" content="Utilities for simple calculations of predicted environmental concentrations (PEC values) and for dealing with data from some FOCUS pesticide fate modelling software packages."> </head> @@ -48,7 +50,10 @@ <div class="page-header"><h1 id="pfm">pfm<a class="anchor" aria-label="anchor" href="#pfm"></a> </h1></div> <p><a href="https://pkgdown.jrwb.de/pfm/"><img src="https://img.shields.io/badge/docs-jrwb.de-blue.svg" alt="Online documentation"></a> <a href="https://jranke.r-universe.dev/ui/#package:pfm" class="external-link"><img src="https://jranke.r-universe.dev/badges/pfm" alt="pfm status badge"></a> <a href="https://app.travis-ci.com/jranke/pfm" class="external-link"><img src="https://app.travis-ci.com/jranke/pfm.svg?token=Sq9VuYWyRz2FbBLxu6DK&branch=main" alt="Build Status"></a> <a href="https://codecov.io/github/jranke/pfm" class="external-link"><img src="https://codecov.io/github/jranke/pfm/branch/main/graphs/badge.svg" alt="codecov"></a></p> -<p>The R package <strong>pfm</strong> provides some utilities for fate modelling, including simple PEC calculation routines and some routines for dealing with FOCUS pesticide fate modelling tools (currently only TOXSWA cwa and out files), made available under the GNU public license.</p> +<p>The R package <strong>pfm</strong> provides some utilities for fate modelling, including simple routines for calculating predicted environmental concentrations (PEC) and some routines for dealing with FOCUS pesticide fate modelling tools made available under the GNU public license.</p> +<p>More specifically, <strong>pfm</strong> includes facilities for simple one-box modelling of the <a href="https://pkgdown.jrwb.de/pfm/reference/sawtooth.html">saw-tooth</a>-like curves resulting from multiple repeated applications, for calculation of <a href="https://pkgdown.jrwb.de/pfm/reference/PEC_soil.html">PEC soil</a> based on the 1997 SANCO guidance and the first tiers of the EFSA PEC soil guidance from 2012 and 2015, as well as some functions for calculating <a href="https://pkgdown.jrwb.de/pfm/reference/sawtooth.html">PEC surface water</a>. The <a href="https://pkgdown.jrwb.de/pfm/reference/PEC_sw_drift.html">PEC drift</a> calculations can be based on the Rautmann drift percentiles published by JKI, the exponential formulas published by Rautmann to inter- or extrapolate to arbitrary distances, or on the integrated Rautmann formulas (integrated over the width of the surface water body) used in FOCUS drift calculations.</p> +<p>For PEC drainage calculations, the methods used by the <a href="https://pkgdown.jrwb.de/pfm/reference/PEC_drainage_UK.html">UK at tier 1</a> and by <a href="https://pkgdown.jrwb.de/pfm/reference/PEC_sw_exposit_drainage.html">Germany</a> are implemented. For runoff, the <a href="https://pkgdown.jrwb.de/pfm/reference/PEC_sw_exposit_runoff.html">German</a> method used at tier 1 is available.</p> +<p>The output of FOCUS TOXSWA calculations can be read in, plotted, and evaluated using the <a href="https://pkgdown.jrwb.de/pfm/reference/TOXSWA_cwa.html">TOXSWA cwa</a> class giving maximum time weighted average concentrations and peak statistics way as available when using the <a href="https://www.rifcon.com/en/downloads/software-2/" class="external-link">EPAT</a> tool.</p> <div class="section level2"> <h2 id="installation">Installation<a class="anchor" aria-label="anchor" href="#installation"></a> </h2> |