From 39b2c2c762b03922a2648b1b226d0f308600cc87 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Wed, 6 Jun 2018 01:24:15 +0200 Subject: Static documentation rebuilt by pkgdown 1.1.0 --- docs/reference/plot.mmkin.html | 33 +++++++++++++++++++++++++-------- 1 file changed, 25 insertions(+), 8 deletions(-) (limited to 'docs/reference/plot.mmkin.html') diff --git a/docs/reference/plot.mmkin.html b/docs/reference/plot.mmkin.html index f1aa789f..a554a489 100644 --- a/docs/reference/plot.mmkin.html +++ b/docs/reference/plot.mmkin.html @@ -21,12 +21,15 @@ + + + - - - + + + + + + @@ -57,8 +63,12 @@ If the current plot device is a tikz device, - mkin + + mkin + 0.9.47.1 + + @@ -106,12 +117,15 @@ If the current plot device is a tikz device, -
+
+

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 @@ -119,12 +133,13 @@ If the current plot device is a tikz device,

If the current plot device is a tikz device, then latex is being used for the formatting of the chi2 error level.

+
# S3 method for mmkin
 plot(x, main = "auto", legends = 1, errmin_var = "All data", errmin_digits = 3,
               cex = 0.7, rel.height.middle = 0.9, ...)
-

Arguments

+

Arguments

@@ -171,11 +186,11 @@ If the current plot device is a tikz device, fits<-mmkin(c("FOMC", "HS"), list("FOCUS B"=FOCUS_2006_B, "FOCUS C"=FOCUS_2006_C), # named list for titlescores=1, quiet=TRUE, method.modFit="Marq") - plot(fits[, "FOCUS C"])
plot(fits["FOMC", ])
+ plot(fits[, "FOCUS C"])
plot(fits["FOMC", ])
# 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])
+ + -- cgit v1.2.1