From 272aba066f0d7502e319b7e7f14009318cd44348 Mon Sep 17 00:00:00 2001
From: Johannes Ranke
Date: Thu, 15 Oct 2020 12:27:40 +0200
Subject: Updating docs of current dev version
---
docs/dev/reference/endpoints.html | 30 ++++++++++++++++++------------
1 file changed, 18 insertions(+), 12 deletions(-)
(limited to 'docs/dev/reference/endpoints.html')
diff --git a/docs/dev/reference/endpoints.html b/docs/dev/reference/endpoints.html
index 1858e243..5a20a34c 100644
--- a/docs/dev/reference/endpoints.html
+++ b/docs/dev/reference/endpoints.html
@@ -78,7 +78,7 @@ advantage that the SFORB model can also be used for metabolites." />
mkin
- 0.9.50.3
+ 0.9.50.4
@@ -126,7 +126,7 @@ advantage that the SFORB model can also be used for metabolites." />
-
-
+
@@ -146,7 +146,7 @@ advantage that the SFORB model can also be used for metabolites." />
@@ -158,7 +158,7 @@ are equivalent to the rate constants of the DFOP model, but with the
advantage that the SFORB model can also be used for metabolites.
- endpoints(fit)
+ endpoints(fit)
Arguments
@@ -179,20 +179,26 @@ of these SFORB models, equivalent to DFOP rate constants
Note
The function is used internally by summary.mkinfit
.
+ Author
+
+ Johannes Ranke
Examples
#> $distimes
+
fit <- mkinfit("FOMC",
FOCUS_2006_C, quiet
= TRUE)
+
endpoints(fit)
+
#> $distimes
#> DT50 DT90 DT50back
#> parent 1.785233 15.1479 4.559973
#>
#> $distimes
+
fit_2 <- mkinfit("DFOP",
FOCUS_2006_C, quiet
= TRUE)
+
endpoints(fit_2)
+
#> $distimes
#> DT50 DT90 DT50back DT50_k1 DT50_k2
#> parent 1.886925 21.25106 6.397207 1.508293 38.83438
-#>
#> $ff
+#>
#> $ff
#> parent_free
#> 1
#>
@@ -203,7 +209,7 @@ of these SFORB models, equivalent to DFOP rate constants
#> $distimes
#> DT50 DT90 DT50back DT50_parent_b1 DT50_parent_b2
#> parent 1.886925 21.25106 6.397208 1.508293 38.83438
-#>
# }
+#>
# }
@@ -221,7 +227,7 @@ of these SFORB models, equivalent to DFOP rate constants
--
cgit v1.2.1