From b5ee48a86e4b1d4c05aaadb80b44954e2e994ebc Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Wed, 27 May 2020 07:12:51 +0200 Subject: Add docs generated using released version 0.9.52 --- 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 1a6da920..3bb512cd 100644 --- a/docs/reference/create_deg_func.html +++ b/docs/reference/create_deg_func.html @@ -175,9 +175,9 @@ benchmark( 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.410 1.000 0.410 0.000 0 -#> 2 deSolve 2 0.704 1.717 0.703 0.001 0 + replications = 2)
#> Loading required package: rbenchmark
#> test replications elapsed relative user.self sys.self user.child +#> 1 analytical 2 0.407 1.000 0.407 0 0 +#> 2 deSolve 2 0.699 1.717 0.698 0 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.894 1.000 0.894 0.000 0 -#> 2 deSolve 2 1.717 1.921 1.716 0.001 0 +#> 1 analytical 2 0.887 1.000 0.886 0 0 +#> 2 deSolve 2 1.639 1.848 1.638 0 0 #> sys.child #> 1 0 #> 2 0
# } -- cgit v1.2.1