diff options
Diffstat (limited to 'docs/articles/FOCUS_D.html')
| -rw-r--r-- | docs/articles/FOCUS_D.html | 37 | 
1 files changed, 25 insertions, 12 deletions
| diff --git a/docs/articles/FOCUS_D.html b/docs/articles/FOCUS_D.html index 0ce7bd07..ad53126e 100644 --- a/docs/articles/FOCUS_D.html +++ b/docs/articles/FOCUS_D.html @@ -16,14 +16,27 @@      </div>      <div id="navbar" class="navbar-collapse collapse">        <ul class="nav navbar-nav"><li> -  <a href="../reference/index.html">Reference</a> -</li> -<li> -  <a href="../articles/index.html">Articles</a> -</li> -<li> -  <a href="../news/index.html">News</a> +  <a href="../reference/index.html">Function reference</a>  </li> +<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><ul class="nav navbar-nav navbar-right"><li>    <a href="http://github.com/jranke/mkin">      <span class="fa fa-github fa-lg"></span> @@ -116,16 +129,16 @@  <div class="sourceCode"><pre class="sourceCode r"><code class="sourceCode r"><span class="kw">summary</span>(fit)</code></pre></div>  <pre><code>## mkin version:    0.9.44.9000   ## R version:       3.3.2  -## Date of fit:     Fri Nov  4 16:56:20 2016  -## Date of summary: Fri Nov  4 16:56:20 2016  +## Date of fit:     Fri Nov 18 16:48:11 2016  +## Date of summary: Fri Nov 18 16:48:11 2016   ##   ## Equations: -## d_parent = - k_parent_sink * parent - k_parent_m1 * parent -## d_m1 = + k_parent_m1 * parent - k_m1_sink * m1 +## d_parent/dt = - k_parent_sink * parent - k_parent_m1 * parent +## d_m1/dt = + k_parent_m1 * parent - k_m1_sink * m1  ##   ## Model predictions using solution type deSolve   ##  -## Fitted with method Port using 153 model solutions performed in 0.661 s +## Fitted with method Port using 153 model solutions performed in 0.638 s  ##   ## Weighting: none  ##  | 
