From e5d1df9a9b1f0951d7dfbaf24eee4294470b73e2 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Thu, 17 Nov 2022 14:54:20 +0100 Subject: Complete update of online docs for v1.2.0 --- docs/reference/experimental_data_for_UBA.html | 90 ++++++++++++++------------- 1 file changed, 48 insertions(+), 42 deletions(-) (limited to 'docs/reference/experimental_data_for_UBA.html') diff --git a/docs/reference/experimental_data_for_UBA.html b/docs/reference/experimental_data_for_UBA.html index 69a8baf4..08d2de00 100644 --- a/docs/reference/experimental_data_for_UBA.html +++ b/docs/reference/experimental_data_for_UBA.html @@ -45,7 +45,7 @@ Dataset 12 is from the Renewal Assessment Report (RAR) for thifensulfuron-methyl mkin - 1.1.0 + 1.2.0 @@ -72,11 +72,14 @@ Dataset 12 is from the Renewal Assessment Report (RAR) for thifensulfuron-methyl Example evaluations of dimethenamid data from 2018 with nonlinear mixed-effects models
  • - Example evaluation of FOCUS Example Dataset Z + Short demo of the multistart method
  • Performance benefit by using compiled model definitions in mkin
  • +
  • + Example evaluation of FOCUS Example Dataset Z +
  • Calculation of time weighted average concentrations with mkin
  • @@ -84,7 +87,10 @@ Dataset 12 is from the Renewal Assessment Report (RAR) for thifensulfuron-methyl Example evaluation of NAFTA SOP Attachment examples
  • - Some benchmark timings + Benchmark timings for mkin +
  • +
  • + Benchmark timings for saem.mmkin
  • @@ -143,7 +149,7 @@ Dataset 12 is from the Renewal Assessment Report (RAR) for thifensulfuron-methyl
    -
    experimental_data_for_UBA_2019
    +
    experimental_data_for_UBA_2019
    @@ -182,48 +188,48 @@ Dataset 12 is from the Renewal Assessment Report (RAR) for thifensulfuron-methyl

    Examples

    -
    # \dontrun{
    -
    -# Model definitions
    -sfo_sfo <- mkinmod(
    -  parent = mkinsub("SFO", to = "A1"),
    -  A1 = mkinsub("SFO"),
    -  use_of_ff = "max"
    -)
    +    
    # \dontrun{
    +
    +# Model definitions
    +sfo_sfo <- mkinmod(
    +  parent = mkinsub("SFO", to = "A1"),
    +  A1 = mkinsub("SFO"),
    +  use_of_ff = "max"
    +)
     #> Temporary DLL for differentials generated and loaded
    -
    -dfop_sfo <- mkinmod(
    -  parent = mkinsub("DFOP", to = "A1"),
    -  A1 = mkinsub("SFO"),
    -  use_of_ff = "max"
    -)
    +
    +dfop_sfo <- mkinmod(
    +  parent = mkinsub("DFOP", to = "A1"),
    +  A1 = mkinsub("SFO"),
    +  use_of_ff = "max"
    +)
     #> Temporary DLL for differentials generated and loaded
    -
    -sfo_sfo_sfo <- mkinmod(
    -  parent = mkinsub("SFO", to = "A1"),
    -  A1 = mkinsub("SFO", to = "A2"),
    -  A2 = mkinsub("SFO"),
    -  use_of_ff = "max"
    -)
    +
    +sfo_sfo_sfo <- mkinmod(
    +  parent = mkinsub("SFO", to = "A1"),
    +  A1 = mkinsub("SFO", to = "A2"),
    +  A2 = mkinsub("SFO"),
    +  use_of_ff = "max"
    +)
     #> Temporary DLL for differentials generated and loaded
    -
    -dfop_sfo_sfo <- mkinmod(
    -  parent = mkinsub("DFOP", to = "A1"),
    -  A1 = mkinsub("SFO", to = "A2"),
    -  A2 = mkinsub("SFO"),
    -  use_of_ff = "max"
    -)
    +
    +dfop_sfo_sfo <- mkinmod(
    +  parent = mkinsub("DFOP", to = "A1"),
    +  A1 = mkinsub("SFO", to = "A2"),
    +  A2 = mkinsub("SFO"),
    +  use_of_ff = "max"
    +)
     #> Temporary DLL for differentials generated and loaded
    -d_1_2 <- lapply(experimental_data_for_UBA_2019[1:2], function(x) x$data)
    -names(d_1_2) <- paste("Soil", 1:2)
    -
    -
    -f_1_2_tc <- mmkin(list("DFOP-SFO-SFO" = dfop_sfo_sfo), d_1_2, error_model = "tc")
    -
    -plot(f_1_2_tc, resplot = "errmod")
    +d_1_2 <- lapply(experimental_data_for_UBA_2019[1:2], function(x) x$data)
    +names(d_1_2) <- paste("Soil", 1:2)
    +
    +
    +f_1_2_tc <- mmkin(list("DFOP-SFO-SFO" = dfop_sfo_sfo), d_1_2, error_model = "tc")
    +
    +plot(f_1_2_tc, resplot = "errmod")
     
    -
    -# }
    +
    +# }
     
    @@ -238,7 +244,7 @@ Dataset 12 is from the Renewal Assessment Report (RAR) for thifensulfuron-methyl
    -

    Site built with pkgdown 2.0.3.

    +

    Site built with pkgdown 2.0.6.

    -- cgit v1.2.1