From 9ac853c7ceece333099021974025d07e75be2b33 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Tue, 12 May 2020 08:07:07 +0200 Subject: Documentation improvements, rebuild static docs --- docs/reference/plot.mmkin.html | 61 +++++++++++++++++++++--------------------- 1 file changed, 31 insertions(+), 30 deletions(-) (limited to 'docs/reference/plot.mmkin.html') diff --git a/docs/reference/plot.mmkin.html b/docs/reference/plot.mmkin.html index ef5718e5..4b893032 100644 --- a/docs/reference/plot.mmkin.html +++ b/docs/reference/plot.mmkin.html @@ -11,23 +11,27 @@ of an mmkin object — plot.mmkin • mkin - + - + - + + + + + - - + + - + - - + + @@ -41,7 +45,6 @@ of an mmkin object — plot.mmkin" /> - @@ -59,7 +62,7 @@ the fit of at least one model to the same dataset is shown." /> - +
@@ -117,7 +120,12 @@ the fit of at least one model to the same dataset is shown." />
@@ -133,7 +141,7 @@ the fit of at least one model to the same dataset is shown." /> @@ -144,7 +152,7 @@ the fit of at least one model to the same dataset is shown.

# S3 method for mmkin
-plot(
+plot(
   x,
   main = "auto",
   legends = 1,
@@ -185,7 +193,7 @@ values, with the error model, using mkinerrplot
       standardized
       

Should the residuals be standardized? This option is passed to mkinresplot, it only takes effect if -`resplot = "time"`.

+resplot = "time".

show_errmin @@ -237,27 +245,20 @@ latex is being used for the formatting of the chi2 error level.

fits <- mmkin(c("FOMC", "HS"), list("FOCUS B" = FOCUS_2006_B, "FOCUS C" = FOCUS_2006_C), # named list for titles cores = 1, quiet = TRUE, error_model = "tc")
#> Warning: Optimisation did not converge: -#> iteration limit reached without convergence (10)
plot(fits[, "FOCUS C"])
plot(fits["FOMC", ])
plot(fits["FOMC", ], show_errmin = FALSE)
+#> iteration limit reached without convergence (10)
plot(fits[, "FOCUS C"])
plot(fits["FOMC", ])
plot(fits["FOMC", ], show_errmin = FALSE)
# We can also plot a single fit, if we like the way plot.mmkin works, but then the plot # height should be smaller than the plot width (this is not possible for the html pages # generated by pkgdown, as far as I know). - plot(fits["FOMC", "FOCUS C"]) # same as plot(fits[1, 2])
+ plot(fits["FOMC", "FOCUS C"]) # same as plot(fits[1, 2])
# Show the error models - plot(fits["FOMC", ], resplot = "errmod")
# } + plot(fits["FOMC", ], resplot = "errmod")
# }
- @@ -268,7 +269,7 @@ latex is being used for the formatting of the chi2 error level.

-

Site built with pkgdown 1.4.1.

+

Site built with pkgdown 1.5.1.

-- cgit v1.2.1