diff options
Diffstat (limited to 'docs/reference/schaefer07_complex_case.html')
| -rw-r--r-- | docs/reference/schaefer07_complex_case.html | 40 | 
1 files changed, 23 insertions, 17 deletions
| diff --git a/docs/reference/schaefer07_complex_case.html b/docs/reference/schaefer07_complex_case.html index 46f0a84b..1415d318 100644 --- a/docs/reference/schaefer07_complex_case.html +++ b/docs/reference/schaefer07_complex_case.html @@ -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,8 +72,14 @@      <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> +  <a href="../news/index.html">News</a> +</li>        </ul>        <ul class="nav navbar-nav navbar-right"> @@ -101,20 +109,18 @@    The results from the fitting are also included.</p> -    <pre><span class='fu'>data</span>(<span class='no'>schaefer07_complex_case</span>)</pre> +    <pre class="usage"><span class='fu'>data</span>(<span class='no'>schaefer07_complex_case</span>)</pre>      <h2 class="hasAnchor" id="format"><a class="anchor" href="#format"></a>Format</h2> -    <p>The data set is a data frame with 8 observations on the following 6 variables. -  <dl class='dl-horizontal'> -    <dt><code>time</code></dt><dd>a numeric vector</dd> -    <dt><code>parent</code></dt><dd>a numeric vector</dd> -    <dt><code>A1</code></dt><dd>a numeric vector</dd> -    <dt><code>B1</code></dt><dd>a numeric vector</dd> -    <dt><code>C1</code></dt><dd>a numeric vector</dd> -    <dt><code>A2</code></dt><dd>a numeric vector</dd> -  </dl></p> -    <p>The results are a data frame with 14 results for different parameter values</p> +    <p>The data set is a data frame with 8 observations on the following 6 variables.</p><dl class='dl-horizontal'> +    <dt><code>time</code></dt><dd><p>a numeric vector</p></dd> +    <dt><code>parent</code></dt><dd><p>a numeric vector</p></dd> +    <dt><code>A1</code></dt><dd><p>a numeric vector</p></dd> +    <dt><code>B1</code></dt><dd><p>a numeric vector</p></dd> +    <dt><code>C1</code></dt><dd><p>a numeric vector</p></dd> +    <dt><code>A2</code></dt><dd><p>a numeric vector</p></dd> +  </dl><p>The results are a data frame with 14 results for different parameter values</p>      <h2 class="hasAnchor" id="references"><a class="anchor" href="#references"></a>References</h2> @@ -135,7 +141,7 @@      <span class='no'>fit</span> <span class='kw'><-</span> <span class='fu'><a href='mkinfit.html'>mkinfit</a></span>(<span class='no'>model</span>, <span class='no'>data</span>, <span class='kw'>quiet</span> <span class='kw'>=</span> <span class='fl'>TRUE</span>)      <span class='fu'>plot</span>(<span class='no'>fit</span>)</div><img src='schaefer07_complex_case-4.png' alt='' width='540' height='400' /><div class='input'>    <span class='fu'><a href='endpoints.html'>endpoints</a></span>(<span class='no'>fit</span>)</div><div class='output co'>#> $ff  #>   parent_A1   parent_B1   parent_C1 parent_sink       A1_A2     A1_sink  -#>   0.3809619   0.1954668   0.4235713   0.0000000   0.4479607   0.5520393  +#>   0.3809618   0.1954667   0.4235715   0.0000000   0.4479596   0.5520404   #>   #> $SFORB  #> logical(0) @@ -143,10 +149,10 @@  #> $distimes  #>            DT50      DT90  #> parent 13.95078  46.34349 -#> A1     49.75343 165.27732 -#> B1     37.26906 123.80513 -#> C1     11.23131  37.30959 -#> A2     28.50640  94.69621 +#> A1     49.75345 165.27739 +#> B1     37.26908 123.80521 +#> C1     11.23130  37.30957 +#> A2     28.50652  94.69662  #> </div><div class='input'>   <span class='co'># Compare with the results obtained in the original publication</span>   <span class='fu'>print</span>(<span class='no'>schaefer07_complex_results</span>)</div><div class='output co'>#>         compound          parameter  KinGUI ModelMaker deviation | 
