"plot"(x, main = "auto", legends = 1, errmin_var = "All data", errmin_digits = 2, cex = 0.7, rel.height.middle = 0.9, ...)
mmkin
, with either one row or one column.
mtext
.
plot.mkinfit
and mkinresplot
.
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.
# 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", ])