From 3eefecf0adfbb30b8fb895c244dea6903bcb3e9c Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Thu, 31 Jan 2019 16:55:20 +0100 Subject: Restore NAMESPACE which was accidentally overwritten by pkgdown -> roxygen --- docs/reference/plot.mmkin.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'docs/reference/plot.mmkin.html') diff --git a/docs/reference/plot.mmkin.html b/docs/reference/plot.mmkin.html index f7afed08..689fd488 100644 --- a/docs/reference/plot.mmkin.html +++ b/docs/reference/plot.mmkin.html @@ -187,11 +187,12 @@ If the current plot device is a tikz device,
# Only use one core not to offend CRAN checks, use Levenberg-Marquardt for speed fits <- mmkin(c("FOMC", "HS"), list("FOCUS B" = FOCUS_2006_B, "FOCUS C" = FOCUS_2006_C), # named list for titles - cores = 1, quiet = TRUE, method.modFit = "Marq")
#> Error in mmkin(c("FOMC", "HS"), list(`FOCUS B` = FOCUS_2006_B, `FOCUS C` = FOCUS_2006_C), cores = 1, quiet = TRUE, method.modFit = "Marq"): konnte Funktion "mmkin" nicht finden
plot(fits[, "FOCUS C"])
#> Error in plot(fits[, "FOCUS C"]): Objekt 'fits' nicht gefunden
plot(fits["FOMC", ])
#> Error in plot(fits["FOMC", ]): Objekt 'fits' nicht gefunden
+ cores = 1, quiet = TRUE, method.modFit = "Marq") + 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])
#> Error in plot(fits["FOMC", "FOCUS C"]): Objekt 'fits' nicht gefunden
+ plot(fits["FOMC", "FOCUS C"]) # same as plot(fits[1, 2])