From ccc70e82af4ba435f0a71ba1ae4e0e92045c3852 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Fri, 5 May 2017 12:46:31 +0200 Subject: Static docs except articles rebuilt with current pkgdown --- docs/reference/schaefer07_complex_case.html | 40 +++++++++++++++++------------ 1 file changed, 23 insertions(+), 17 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 46f0a84b..1415d318 100644 --- a/docs/reference/schaefer07_complex_case.html +++ b/docs/reference/schaefer07_complex_case.html @@ -25,12 +25,14 @@ - + + + @@ -70,7 +72,13 @@
  • Performance benefit by using compiled model definitions in mkin
  • +
  • + Calculation of time weighted average concentrations with mkin +
  • + +
  • + News
  • @@ -101,20 +109,18 @@ The results from the fitting are also included.

    -
    data(schaefer07_complex_case)
    +
    data(schaefer07_complex_case)

    Format

    -

    The data set is a data frame with 8 observations on the following 6 variables. -

    -
    time
    a numeric vector
    -
    parent
    a numeric vector
    -
    A1
    a numeric vector
    -
    B1
    a numeric vector
    -
    C1
    a numeric vector
    -
    A2
    a numeric vector
    -

    -

    The results are a data frame with 14 results for different parameter values

    +

    The data set is a data frame with 8 observations on the following 6 variables.

    +
    time

    a numeric vector

    +
    parent

    a numeric vector

    +
    A1

    a numeric vector

    +
    B1

    a numeric vector

    +
    C1

    a numeric vector

    +
    A2

    a numeric vector

    +

    The results are a data frame with 14 results for different parameter values

    References

    @@ -135,7 +141,7 @@ fit <- mkinfit(model, data, quiet = TRUE) plot(fit)
    endpoints(fit)
    #> $ff #> parent_A1 parent_B1 parent_C1 parent_sink A1_A2 A1_sink -#> 0.3809619 0.1954668 0.4235713 0.0000000 0.4479607 0.5520393 +#> 0.3809618 0.1954667 0.4235715 0.0000000 0.4479596 0.5520404 #> #> $SFORB #> logical(0) @@ -143,10 +149,10 @@ #> $distimes #> DT50 DT90 #> parent 13.95078 46.34349 -#> A1 49.75343 165.27732 -#> B1 37.26906 123.80513 -#> C1 11.23131 37.30959 -#> A2 28.50640 94.69621 +#> 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 print(schaefer07_complex_results)
    #> compound parameter KinGUI ModelMaker deviation -- cgit v1.2.1