From e05656d57668688b971c28e32b4cfd4d3eac4662 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Wed, 18 Sep 2019 13:03:50 +0200 Subject: Correct and rebuild docs - Reconcile docs and code for max_twa_parent - Correct links to docs in twa vignette - Static documentation rebuilt by pkgdown --- docs/reference/summary.mkinfit.html | 32 ++++++++++++++++++++------------ 1 file changed, 20 insertions(+), 12 deletions(-) (limited to 'docs/reference/summary.mkinfit.html') diff --git a/docs/reference/summary.mkinfit.html b/docs/reference/summary.mkinfit.html index 1eec5820..fafca9ce 100644 --- a/docs/reference/summary.mkinfit.html +++ b/docs/reference/summary.mkinfit.html @@ -16,13 +16,15 @@ - + + - - + + + @@ -50,6 +52,7 @@ + @@ -119,6 +122,7 @@ +
@@ -139,9 +143,9 @@
# S3 method for mkinfit
-summary(object, data = TRUE, distimes = TRUE, alpha = 0.05, ...)
+summary(object, data = TRUE, distimes = TRUE, alpha = 0.05, ...)
 # S3 method for summary.mkinfit
-print(x, digits = max(3, getOption("digits") - 3), ...)
+print(x, digits = max(3, getOption("digits") - 3), ...)

Arguments

@@ -171,7 +175,7 @@ - +

Number of digits to use for printing

...

optional arguments passed to methods like print.

@@ -209,17 +213,17 @@

Examples

-
summary(mkinfit(mkinmod(parent = mkinsub("SFO")), FOCUS_2006_A, quiet = TRUE))
#> mkin version used for fitting: 0.9.49.6 -#> R version used for fitting: 3.6.0 -#> Date of fit: Tue Jul 9 09:00:02 2019 -#> Date of summary: Tue Jul 9 09:00:02 2019 +
summary(mkinfit(mkinmod(parent = mkinsub("SFO")), FOCUS_2006_A, quiet = TRUE))
#> mkin version used for fitting: 0.9.49.6 +#> R version used for fitting: 3.6.1 +#> Date of fit: Wed Sep 18 12:57:18 2019 +#> Date of summary: Wed Sep 18 12:57:18 2019 #> #> Equations: #> d_parent/dt = - k_parent_sink * parent #> #> Model predictions using solution type analytical #> -#> Fitted using 131 model solutions performed in 0.278 s +#> Fitted using 131 model solutions performed in 0.267 s #> #> Error model: Constant variance #> @@ -302,19 +306,23 @@
+ + + -- cgit v1.2.1