From 5b1179f0daff9077e1370065f9b9f03a2d0e0450 Mon Sep 17 00:00:00 2001
From: Johannes Ranke
Date: Thu, 15 Oct 2020 12:53:23 +0200
Subject: Update online docs for release version
---
docs/reference/endpoints.html | 41 +++++++++++++++++++++++++++--------------
1 file changed, 27 insertions(+), 14 deletions(-)
(limited to 'docs/reference/endpoints.html')
diff --git a/docs/reference/endpoints.html b/docs/reference/endpoints.html
index d9c43f84..376a263e 100644
--- a/docs/reference/endpoints.html
+++ b/docs/reference/endpoints.html
@@ -78,7 +78,7 @@ advantage that the SFORB model can also be used for metabolites." />
mkin
- 0.9.50.2
+ 0.9.50.3
@@ -115,6 +115,9 @@ advantage that the SFORB model can also be used for metabolites." />
Example evaluation of NAFTA SOP Attachment examples
+
+ Some benchmark timings
+
@@ -123,7 +126,7 @@ advantage that the SFORB model can also be used for metabolites." />
-
-
+
@@ -143,7 +146,7 @@ advantage that the SFORB model can also be used for metabolites." />
@@ -155,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
@@ -176,27 +179,37 @@ 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
#>
#> $ff
-#> parent_free_sink
-#> 1
+
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
+#> parent_free
+#> 1
#>
#> $SFORB
#> parent_b1 parent_b2
#> 0.4595574 0.0178488
#>
#> $distimes
-#> DT50 DT90 DT50_parent_b1 DT50_parent_b2
-#> parent 1.886925 21.25106 1.508293 38.83438
-#>
# }
+#> DT50 DT90 DT50back DT50_parent_b1 DT50_parent_b2
+#> parent 1.886925 21.25106 6.397208 1.508293 38.83438
+#>
# }
@@ -214,7 +227,7 @@ of these SFORB models, equivalent to DFOP rate constants
--
cgit v1.2.1