From 3151647526f299686b68420a83ae38cd7f3d08f5 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Mon, 9 Nov 2015 09:05:15 +0100 Subject: Rebuild vignettes and static documentation --- inst/web/plot.mmkin.html | 149 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 149 insertions(+) create mode 100644 inst/web/plot.mmkin.html (limited to 'inst/web/plot.mmkin.html') diff --git a/inst/web/plot.mmkin.html b/inst/web/plot.mmkin.html new file mode 100644 index 00000000..49b5d3af --- /dev/null +++ b/inst/web/plot.mmkin.html @@ -0,0 +1,149 @@ + + + + +plot.mmkin. mkin 0.9-41 + + + + + + + + + + + + + + + + + +
+
+ +
+ +

+ Plot model fits (observed and fitted) and the residuals for a row or column of an mmkin object +

+ +
+
+

Usage

+
"plot"(x, main = "auto", legends = 1, errmin_var = "All data", errmin_digits = 2, cex = 0.7, rel.height.middle = 0.9, ...)
+ +

Arguments

+
+
x
+
+ An object of class mmkin, with either one row or one column. +
+
main
+
+ The main title placed on the outer margin of the plot. +
+
legends
+
+ An index for the fits for which legends should be shown. +
+
errmin_var
+
+ The variable for which the FOCUS chi2 error value should be shown. +
+
errmin_digits
+
+ The number of digits for rounding the FOCUS chi2 error percentage. +
+
cex
+
+ Passed to the plot functions and mtext. +
+
rel.height.middle
+
+ The relative height of the middle plot. +
+
...
+
+ Further arguments passed to plot.mkinfit and mkinresplot. +
+
+ +
+

Description

+ +

When x is a row selected from an mmkin object ([.mmkin), the same model + fitted for at least one dataset is shown. When it is a column, the fit of at least one model + to the same dataset is shown.

+ +
+ +
+

Value

+ +

+ The function is called for its side effect. +

+ +
+ +

Examples

+
# Only use one core not to offend CRAN checks + fits <- mmkin(c("FOMC", "HS"), list("FOCUS B" = FOCUS_2006_B, "FOCUS C" = FOCUS_2006_C), + cores = 1, quiet = TRUE) + plot(fits[, "FOCUS C"]) +
+

+
plot(fits["FOMC", ]) +
+

+
+
+ + + +

Author

+ + Johannes Ranke + + +
+
+ + +
+ + \ No newline at end of file -- cgit v1.2.1