From bc3825ae2d12c18ea3d3caf17eb23c93fef180b8 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Thu, 8 Oct 2020 09:31:35 +0200 Subject: Fix issues for release --- docs/dev/reference/endpoints.html | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) (limited to 'docs/dev/reference/endpoints.html') diff --git a/docs/dev/reference/endpoints.html b/docs/dev/reference/endpoints.html index 5751df93..1858e243 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.3 @@ -187,18 +187,22 @@ of these SFORB models, equivalent to DFOP rate constants

#> DT50 DT90 DT50back #> parent 1.785233 15.1479 4.559973 #>
# \dontrun{ - fit_2 <- mkinfit("SFORB", FOCUS_2006_C, quiet = TRUE) - endpoints(fit_2)
#> $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 +#>
fit_3 <- mkinfit("SFORB", FOCUS_2006_C, quiet = TRUE) + endpoints(fit_3)
#> $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 #>
# }
-- cgit v1.2.1