diff options
Diffstat (limited to 'docs/reference/endpoints.html')
-rw-r--r-- | docs/reference/endpoints.html | 28 |
1 files changed, 16 insertions, 12 deletions
diff --git a/docs/reference/endpoints.html b/docs/reference/endpoints.html index 4145825a..c48854fd 100644 --- a/docs/reference/endpoints.html +++ b/docs/reference/endpoints.html @@ -6,8 +6,7 @@ <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> -<title> - — endpoints • mkin</title> +<title>Function to calculate endpoints for further use from kinetic models fitted with mkinfit — endpoints • mkin</title> <!-- jquery --> <script src="https://code.jquery.com/jquery-3.1.0.min.js" integrity="sha384-nrOSfDHtoPMzJHjVTdCopGqIqeYETSXhZDFyniQ8ZHcVy08QesyHcnOUpMpqnmWq" crossorigin="anonymous"></script> @@ -26,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> @@ -71,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> @@ -96,8 +100,7 @@ <div class="row"> <div class="col-md-9 contents"> <div class="page-header"> - <h1> -</h1> + <h1>Function to calculate endpoints for further use from kinetic models fitted with mkinfit</h1> </div> @@ -107,15 +110,16 @@ the Eigenvalues are returned. These are equivalent to the rate constantes of the with the advantage that the SFORB model can also be used for metabolites.</p> - <pre><span class='fu'>endpoints</span>(<span class='no'>fit</span>)</pre> + <pre class="usage"><span class='fu'>endpoints</span>(<span class='no'>fit</span>)</pre> <h2 class="hasAnchor" id="arguments"><a class="anchor" href="#arguments"></a> Arguments</h2> - <dl class="dl-horizontal"> - <dt>fit</dt> - <dd> - An object of class <code><a href='mkinfit.html'>mkinfit</a></code>. - </dd> - </dl> + <table class="ref-arguments"> + <colgroup><col class="name" /><col class="desc" /></colgroup> + <tr> + <th>fit</th> + <td><p>An object of class <code><a href='mkinfit.html'>mkinfit</a></code>.</p></td> + </tr> + </table> <h2 class="hasAnchor" id="note"><a class="anchor" href="#note"></a>Note</h2> |