From 10f2314d12bc1e1664b1ff1db015d1df9f7fbe34 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Tue, 26 Feb 2019 21:12:21 +0100 Subject: Static documentation rebuilt by pkgdown --- docs/reference/transform_odeparms.html | 27 +++++++++++++++------------ 1 file changed, 15 insertions(+), 12 deletions(-) (limited to 'docs/reference/transform_odeparms.html') diff --git a/docs/reference/transform_odeparms.html b/docs/reference/transform_odeparms.html index 6e65f609..115ee0ca 100644 --- a/docs/reference/transform_odeparms.html +++ b/docs/reference/transform_odeparms.html @@ -105,6 +105,9 @@ The transformation of sets of formation fractions is fragile, as it supposes
  • Calculation of time weighted average concentrations with mkin
  • +
  • + Example evaluation of NAFTA SOP Attachment examples +
  • @@ -202,8 +205,8 @@ The transformation of sets of formation fractions is fragile, as it supposes fit <- mkinfit(SFO_SFO, FOCUS_2006_D, quiet = TRUE) summary(fit, data=FALSE) # See transformed and backtransformed parameters
    #> mkin version used for fitting: 0.9.48.1 #> R version used for fitting: 3.5.2 -#> Date of fit: Tue Feb 26 20:24:58 2019 -#> Date of summary: Tue Feb 26 20:24:58 2019 +#> Date of fit: Tue Feb 26 21:09:09 2019 +#> Date of summary: Tue Feb 26 21:09:09 2019 #> #> Equations: #> d_parent/dt = - k_parent_sink * parent - k_parent_m1 * parent @@ -211,7 +214,7 @@ The transformation of sets of formation fractions is fragile, as it supposes #> #> Model predictions using solution type deSolve #> -#> Fitted with method Port using 153 model solutions performed in 0.707 s +#> Fitted with method Port using 153 model solutions performed in 0.709 s #> #> Weighting: none #> @@ -278,8 +281,8 @@ The transformation of sets of formation fractions is fragile, as it supposes
    fit.2 <- mkinfit(SFO_SFO, FOCUS_2006_D, transform_rates = FALSE, quiet = TRUE) summary(fit.2, data=FALSE)
    #> mkin version used for fitting: 0.9.48.1 #> R version used for fitting: 3.5.2 -#> Date of fit: Tue Feb 26 20:25:00 2019 -#> Date of summary: Tue Feb 26 20:25:00 2019 +#> Date of fit: Tue Feb 26 21:09:11 2019 +#> Date of summary: Tue Feb 26 21:09:11 2019 #> #> Equations: #> d_parent/dt = - k_parent_sink * parent - k_parent_m1 * parent @@ -287,7 +290,7 @@ The transformation of sets of formation fractions is fragile, as it supposes #> #> Model predictions using solution type deSolve #> -#> Fitted with method Port using 350 model solutions performed in 1.584 s +#> Fitted with method Port using 350 model solutions performed in 1.588 s #> #> Weighting: none #> @@ -366,8 +369,8 @@ The transformation of sets of formation fractions is fragile, as it supposes fit.ff <- mkinfit(SFO_SFO.ff, FOCUS_2006_D, quiet = TRUE) summary(fit.ff, data = FALSE)
    #> mkin version used for fitting: 0.9.48.1 #> R version used for fitting: 3.5.2 -#> Date of fit: Tue Feb 26 20:25:01 2019 -#> Date of summary: Tue Feb 26 20:25:01 2019 +#> Date of fit: Tue Feb 26 21:09:12 2019 +#> Date of summary: Tue Feb 26 21:09:12 2019 #> #> Equations: #> d_parent/dt = - k_parent * parent @@ -375,7 +378,7 @@ The transformation of sets of formation fractions is fragile, as it supposes #> #> Model predictions using solution type deSolve #> -#> Fitted with method Port using 186 model solutions performed in 0.867 s +#> Fitted with method Port using 186 model solutions performed in 0.849 s #> #> Weighting: none #> @@ -450,8 +453,8 @@ The transformation of sets of formation fractions is fragile, as it supposes fit.ff.2 <- mkinfit(SFO_SFO.ff.2, FOCUS_2006_D, quiet = TRUE) summary(fit.ff.2, data = FALSE)
    #> mkin version used for fitting: 0.9.48.1 #> R version used for fitting: 3.5.2 -#> Date of fit: Tue Feb 26 20:25:02 2019 -#> Date of summary: Tue Feb 26 20:25:02 2019 +#> Date of fit: Tue Feb 26 21:09:13 2019 +#> Date of summary: Tue Feb 26 21:09:13 2019 #> #> Equations: #> d_parent/dt = - k_parent * parent @@ -459,7 +462,7 @@ The transformation of sets of formation fractions is fragile, as it supposes #> #> Model predictions using solution type deSolve #> -#> Fitted with method Port using 104 model solutions performed in 0.472 s +#> Fitted with method Port using 104 model solutions performed in 0.47 s #> #> Weighting: none #> -- cgit v1.2.1