aboutsummaryrefslogtreecommitdiff
path: root/docs/reference/endpoints.html
diff options
context:
space:
mode:
authorJohannes Ranke <jranke@uni-bremen.de>2018-06-06 01:24:15 +0200
committerJohannes Ranke <jranke@uni-bremen.de>2018-06-06 01:24:15 +0200
commit39b2c2c762b03922a2648b1b226d0f308600cc87 (patch)
tree4c3ae26ac0fe5360dea329c8815def2fc84dc269 /docs/reference/endpoints.html
parent6ea7bc3614b9a303f7c38dd63b9f80b8d0ebd95e (diff)
Static documentation rebuilt by pkgdown 1.1.0
Diffstat (limited to 'docs/reference/endpoints.html')
-rw-r--r--docs/reference/endpoints.html29
1 files changed, 23 insertions, 6 deletions
diff --git a/docs/reference/endpoints.html b/docs/reference/endpoints.html
index 0f5ba0a4..b10998fb 100644
--- a/docs/reference/endpoints.html
+++ b/docs/reference/endpoints.html
@@ -21,12 +21,15 @@
<!-- clipboard.js -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/clipboard.js/1.7.1/clipboard.min.js" integrity="sha384-cV+rhyOuRHc9Ub/91rihWcGmMmCXDeksTtCihMupQHSsi8GIIRDG0ThDc3HGQFJ3" crossorigin="anonymous"></script>
+<!-- sticky kit -->
+<script src="https://cdnjs.cloudflare.com/ajax/libs/sticky-kit/1.1.3/sticky-kit.min.js" integrity="sha256-c4Rlo1ZozqTPE2RLuvbusY3+SU1pQaJC0TjuhygMipw=" crossorigin="anonymous"></script>
+
<!-- pkgdown -->
<link href="../pkgdown.css" rel="stylesheet">
-<script src="../jquery.sticky-kit.min.js"></script>
<script src="../pkgdown.js"></script>
-
-
+
+
+
<meta property="og:title" content="Function to calculate endpoints for further use from kinetic models fitted with mkinfit — endpoints" />
<meta property="og:description" content="This function calculates DT50 and DT90 values as well as formation fractions from kinetic models
@@ -34,6 +37,9 @@ fitted with mkinfit. If the SFORB model was specified for one of the parents or
the Eigenvalues are returned. These are equivalent to the rate constantes of the DFOP model, but
with the advantage that the SFORB model can also be used for metabolites." />
<meta name="twitter:card" content="summary" />
+
+
+
<!-- mathjax -->
<script src='https://mathjax.rstudio.com/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML'></script>
@@ -56,8 +62,12 @@ with the advantage that the SFORB model can also be used for metabolites." />
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
- <a class="navbar-brand" href="../index.html">mkin</a>
+ <span class="navbar-brand">
+ <a class="navbar-link" href="../index.html">mkin</a>
+ <span class="label label-default" data-toggle="tooltip" data-placement="bottom" title="Released package">0.9.47.1</span>
+ </span>
</div>
+
<div id="navbar" class="navbar-collapse collapse">
<ul class="nav navbar-nav">
<li>
@@ -98,6 +108,7 @@ with the advantage that the SFORB model can also be used for metabolites." />
<ul class="nav navbar-nav navbar-right">
</ul>
+
</div><!--/.nav-collapse -->
</div><!--/.container -->
</div><!--/.navbar -->
@@ -105,22 +116,26 @@ with the advantage that the SFORB model can also be used for metabolites." />
</header>
- <div class="row">
+<div class="row">
<div class="col-md-9 contents">
<div class="page-header">
<h1>Function to calculate endpoints for further use from kinetic models fitted with mkinfit</h1>
+
+ <div class="hidden name"><code>endpoints.Rd</code></div>
</div>
+ <div class="ref-description">
<p>This function calculates DT50 and DT90 values as well as formation fractions from kinetic models
fitted with mkinfit. If the SFORB model was specified for one of the parents or metabolites,
the Eigenvalues are returned. These are equivalent to the rate constantes of the DFOP model, but
with the advantage that the SFORB model can also be used for metabolites.</p>
+ </div>
<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>
+ <h2 class="hasAnchor" id="arguments"><a class="anchor" href="#arguments"></a>Arguments</h2>
<table class="ref-arguments">
<colgroup><col class="name" /><col class="desc" /></colgroup>
<tr>
@@ -182,6 +197,8 @@ with the advantage that the SFORB model can also be used for metabolites.</p>
</footer>
</div>
+
+
</body>
</html>

Contact - Imprint