diff options
Diffstat (limited to 'docs/reference/FOMC.solution.html')
| -rw-r--r-- | docs/reference/FOMC.solution.html | 54 | 
1 files changed, 32 insertions, 22 deletions
| diff --git a/docs/reference/FOMC.solution.html b/docs/reference/FOMC.solution.html index 8d0ed869..67a37b4f 100644 --- a/docs/reference/FOMC.solution.html +++ b/docs/reference/FOMC.solution.html @@ -6,7 +6,7 @@  <meta http-equiv="X-UA-Compatible" content="IE=edge">  <meta name="viewport" content="width=device-width, initial-scale=1.0"> -<title> First-Order Multi-Compartment kinetics  — FOMC.solution • mkin</title> +<title>First-Order Multi-Compartment kinetics — FOMC.solution • mkin</title>  <!-- jquery -->  <script src="https://code.jquery.com/jquery-3.1.0.min.js" integrity="sha384-nrOSfDHtoPMzJHjVTdCopGqIqeYETSXhZDFyniQ8ZHcVy08QesyHcnOUpMpqnmWq" crossorigin="anonymous"></script> @@ -25,12 +25,14 @@  <script src="../pkgdown.js"></script>  <!-- mathjax --> -<script src='https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML'></script> +<script src='https://mathjax.rstudio.com/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML'></script>  <!--[if lt IE 9]>  <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>  <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>  <![endif]--> + +    </head>    <body> @@ -70,6 +72,9 @@      <li>        <a href="../articles/compiled_models.html">Performance benefit by using compiled model definitions in mkin</a>      </li> +    <li> +      <a href="../articles/twa.html">Calculation of time weighted average concentrations with mkin</a> +    </li>    </ul>  </li>  <li> @@ -95,35 +100,40 @@        <div class="row">    <div class="col-md-9 contents">      <div class="page-header"> -    <h1> First-Order Multi-Compartment kinetics </h1> +    <h1>First-Order Multi-Compartment kinetics</h1>      </div>      <p>Function describing exponential decline from a defined starting value, with     a decreasing rate constant.</p> - -    <p>The form given here differs slightly from the original reference by Gustafson +<p>The form given here differs slightly from the original reference by Gustafson    and Holden (1990). The parameter <code>beta</code> corresponds to 1/beta in the    original equation.</p> -    <pre><span class='fu'>FOMC.solution</span>(<span class='no'>t</span>, <span class='no'>parent.0</span>, <span class='no'>alpha</span>, <span class='no'>beta</span>)</pre> +    <pre class="usage"><span class='fu'>FOMC.solution</span>(<span class='no'>t</span>, <span class='no'>parent.0</span>, <span class='no'>alpha</span>, <span class='no'>beta</span>)</pre>      <h2 class="hasAnchor" id="arguments"><a class="anchor" href="#arguments"></a> Arguments</h2> -    <dl class="dl-horizontal"> -      <dt>t</dt> -      <dd> Time. </dd> -      <dt>parent.0</dt> -      <dd> Starting value for the response variable at time zero. </dd> -      <dt>alpha</dt> -      <dd>  -    Shape parameter determined by coefficient of variation of rate constant -    values. </dd> -      <dt>beta</dt> -      <dd> -    Location parameter. -</dd> -    </dl> +    <table class="ref-arguments"> +    <colgroup><col class="name" /><col class="desc" /></colgroup> +    <tr> +      <th>t</th> +      <td><p>Time.</p></td> +    </tr> +    <tr> +      <th>parent.0</th> +      <td><p>Starting value for the response variable at time zero.</p></td> +    </tr> +    <tr> +      <th>alpha</th> +      <td><p>Shape parameter determined by coefficient of variation of rate constant +    values.</p></td> +    </tr> +    <tr> +      <th>beta</th> +      <td><p>Location parameter.</p></td> +    </tr> +    </table>      <h2 class="hasAnchor" id="note"><a class="anchor" href="#note"></a>Note</h2> @@ -142,8 +152,8 @@    Degradation Kinetics from Environmental Fate Studies on Pesticides in EU    Registration” Report of the FOCUS Work Group on Degradation Kinetics,    EC Document Reference Sanco/10058/2005 version 2.0, 434 pp, -  <a href = 'http://focus.jrc.ec.europa.eu/dk'>http://focus.jrc.ec.europa.eu/dk</a></p> -    <p>Gustafson DI and Holden LR (1990) Nonlinear pesticide dissipation in soil: A +  <a href = 'http://esdac.jrc.europa.eu/projects/degradation-kinetics'>http://esdac.jrc.europa.eu/projects/degradation-kinetics</a></p> +<p>Gustafson DI and Holden LR (1990) Nonlinear pesticide dissipation in soil: A    new model based on spatial variability. <em>Environmental Science and     Technology</em> <b>24</b>, 1032-1038</p> | 
