diff options
| author | Johannes Ranke <jranke@uni-bremen.de> | 2016-11-18 16:48:21 +0100 | 
|---|---|---|
| committer | Johannes Ranke <jranke@uni-bremen.de> | 2016-11-18 16:48:21 +0100 | 
| commit | 30f55769fe2f042c7753144051dd34eec3596adc (patch) | |
| tree | 86d144b088004bde272ea70d71436478083f08fc /docs/reference/mccall81_245T.html | |
| parent | cd5499cb7419b23737c8fdaa47f1606ba9a9aff2 (diff) | |
Static documentation rebuilt by pkgdown::build_site(run_dont_run = TRUE)
Again with the jranke branch of jranke/pkgdown
Diffstat (limited to 'docs/reference/mccall81_245T.html')
| -rw-r--r-- | docs/reference/mccall81_245T.html | 39 | 
1 files changed, 27 insertions, 12 deletions
| diff --git a/docs/reference/mccall81_245T.html b/docs/reference/mccall81_245T.html index baf452d0..db84add6 100644 --- a/docs/reference/mccall81_245T.html +++ b/docs/reference/mccall81_245T.html @@ -49,13 +49,28 @@      <div id="navbar" class="navbar-collapse collapse">        <ul class="nav navbar-nav">          <li> -  <a href="../reference/index.html">Reference</a> +  <a href="../reference/index.html">Function reference</a>  </li> -<li> -  <a href="../articles/index.html">Articles</a> -</li> -<li> -  <a href="../news/index.html">News</a> +<li class="dropdown"> +  <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false"> +    Articles +      +    <span class="caret"></span> +  </a> +  <ul class="dropdown-menu" role="menu"> +    <li> +      <a href="../articles/mkin.html">Introduction to mkin</a> +    </li> +    <li> +      <a href="../articles/FOCUS_D.html">Example evaluation of FOCUS Example Dataset D</a> +    </li> +    <li> +      <a href="../articles/FOCUS_L.html">Example evaluation of FOCUS Laboratory Data L1 to L3</a> +    </li> +    <li> +      <a href="../articles/compiled_models.html">Performance benefit by using compiled model definitions in mkin</a> +    </li> +  </ul>  </li>        </ul> @@ -115,8 +130,8 @@      <span class='no'>fit.1</span> <span class='kw'><-</span> <span class='fu'><a href='mkinfit.html'>mkinfit</a></span>(<span class='no'>SFO_SFO_SFO</span>, <span class='fu'>subset</span>(<span class='no'>mccall81_245T</span>, <span class='no'>soil</span> <span class='kw'>==</span> <span class='st'>"Commerce"</span>), <span class='kw'>quiet</span> <span class='kw'>=</span> <span class='fl'>TRUE</span>)</div><div class='output co'>#> <span class='warning'>Warning: Optimisation by method Port did not converge.</span>  #> <span class='warning'>Convergence code is 1</span></div><div class='input'>    <span class='fu'>summary</span>(<span class='no'>fit.1</span>, <span class='kw'>data</span> <span class='kw'>=</span> <span class='fl'>FALSE</span>)</div><div class='output co'>#> mkin version:    0.9.44.9000   #> R version:       3.3.2  -#> Date of fit:     Fri Nov 18 16:08:19 2016  -#> Date of summary: Fri Nov 18 16:08:19 2016  +#> Date of fit:     Fri Nov 18 16:45:36 2016  +#> Date of summary: Fri Nov 18 16:45:36 2016   #>   #>   #> Warning: Optimisation by method Port did not converge. @@ -131,7 +146,7 @@  #>   #> Model predictions using solution type deSolve   #>  -#> Fitted with method Port using 590 model solutions performed in 3.568 s +#> Fitted with method Port using 590 model solutions performed in 3.554 s  #>   #> Weighting: none  #>  @@ -210,8 +225,8 @@                   <span class='kw'>fixed_parms</span> <span class='kw'>=</span> <span class='st'>"k_phenol_sink"</span>, <span class='kw'>quiet</span> <span class='kw'>=</span> <span class='fl'>TRUE</span>)    <span class='fu'>summary</span>(<span class='no'>fit.2</span>, <span class='kw'>data</span> <span class='kw'>=</span> <span class='fl'>FALSE</span>)</div><div class='output co'>#> mkin version:    0.9.44.9000   #> R version:       3.3.2  -#> Date of fit:     Fri Nov 18 16:08:21 2016  -#> Date of summary: Fri Nov 18 16:08:21 2016  +#> Date of fit:     Fri Nov 18 16:45:37 2016  +#> Date of summary: Fri Nov 18 16:45:37 2016   #>   #> Equations:  #> d_T245/dt = - k_T245_sink * T245 - k_T245_phenol * T245 @@ -221,7 +236,7 @@  #>   #> Model predictions using solution type deSolve   #>  -#> Fitted with method Port using 246 model solutions performed in 1.408 s +#> Fitted with method Port using 246 model solutions performed in 1.502 s  #>   #> Weighting: none  #>  | 
