From 6653ff2507f45eae909f491a9af3f1eb5358a600 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Thu, 1 Mar 2018 14:32:46 +0100 Subject: Static documentation rebuilt using current pkgdown::build_site() --- docs/reference/schaefer07_complex_case.html | 40 ++++++++++++----------------- 1 file changed, 16 insertions(+), 24 deletions(-) (limited to 'docs/reference/schaefer07_complex_case.html') diff --git a/docs/reference/schaefer07_complex_case.html b/docs/reference/schaefer07_complex_case.html index 605f572e..6c53f805 100644 --- a/docs/reference/schaefer07_complex_case.html +++ b/docs/reference/schaefer07_complex_case.html @@ -18,12 +18,21 @@ + + + + + + + @@ -86,12 +95,7 @@ @@ -140,24 +144,12 @@ A1 = list(type = "SFO", to = "A2"), B1 = list(type = "SFO"), C1 = list(type = "SFO"), - A2 = list(type = "SFO"), use_of_ff = "max")
#> Successfully compiled differential equation model from auto-generated C code.
+ A2 = list(type = "SFO"), use_of_ff = "max")
#> Successfully compiled differential equation model from auto-generated C code.
# NOT RUN { fit <- mkinfit(model, data, quiet = TRUE) - plot(fit)
endpoints(fit)
#> $ff -#> parent_A1 parent_B1 parent_C1 parent_sink A1_A2 A1_sink -#> 0.3809618 0.1954667 0.4235715 0.0000000 0.4479596 0.5520404 -#> -#> $SFORB -#> logical(0) -#> -#> $distimes -#> DT50 DT90 -#> parent 13.95078 46.34349 -#> A1 49.75345 165.27739 -#> B1 37.26908 123.80521 -#> C1 11.23130 37.30957 -#> A2 28.50652 94.69662 -#>
- # Compare with the results obtained in the original publication + plot(fit) + endpoints(fit) + +# }
# Compare with the results obtained in the original publication print(schaefer07_complex_results)
#> compound parameter KinGUI ModelMaker deviation #> 1 parent degradation rate 0.0496 0.0506 2.0 #> 2 parent DT50 13.9900 13.6900 2.2 @@ -194,7 +186,7 @@
-

Site built with pkgdown.

+

Site built with pkgdown.

-- cgit v1.2.1