From 6211f3ef4995657798686d8d4ab43ed9406e8a08 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Tue, 12 May 2020 16:34:00 +0200 Subject: Update vignettes and docs --- docs/reference/create_deg_func.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'docs/reference/create_deg_func.html') diff --git a/docs/reference/create_deg_func.html b/docs/reference/create_deg_func.html index 6d05e811..1a6da920 100644 --- a/docs/reference/create_deg_func.html +++ b/docs/reference/create_deg_func.html @@ -72,7 +72,7 @@ mkin - 0.9.50 + 0.9.50.2 @@ -176,8 +176,8 @@ analytical = mkinfit(SFO_SFO, FOCUS_D, solution_type = "analytical", quiet = TRUE), deSolve = mkinfit(SFO_SFO, FOCUS_D, solution_type = "deSolve", quiet = TRUE), replications = 2)
#> Lade nötiges Paket: rbenchmark
#> test replications elapsed relative user.self sys.self user.child -#> 1 analytical 2 0.395 1.000 0.393 0.002 0 -#> 2 deSolve 2 0.693 1.754 0.692 0.000 0 +#> 1 analytical 2 0.410 1.000 0.410 0.000 0 +#> 2 deSolve 2 0.704 1.717 0.703 0.001 0 #> sys.child #> 1 0 #> 2 0
DFOP_SFO <- mkinmod( @@ -186,8 +186,8 @@ analytical = mkinfit(DFOP_SFO, FOCUS_D, solution_type = "analytical", quiet = TRUE), deSolve = mkinfit(DFOP_SFO, FOCUS_D, solution_type = "deSolve", quiet = TRUE), replications = 2)
#> test replications elapsed relative user.self sys.self user.child -#> 1 analytical 2 0.870 1.000 0.870 0 0 -#> 2 deSolve 2 1.678 1.929 1.677 0 0 +#> 1 analytical 2 0.894 1.000 0.894 0.000 0 +#> 2 deSolve 2 1.717 1.921 1.716 0.001 0 #> sys.child #> 1 0 #> 2 0
# } -- cgit v1.2.1