aboutsummaryrefslogtreecommitdiff
path: root/man/plot.mmkin.Rd
diff options
context:
space:
mode:
authorJohannes Ranke <jranke@uni-bremen.de>2015-06-26 14:52:22 +0200
committerJohannes Ranke <jranke@uni-bremen.de>2015-06-26 14:52:22 +0200
commit19997986f7ee5b6274c9a06796b97a5610c4f888 (patch)
treede430658fd82067d50223f76d97436dd4c15521a /man/plot.mmkin.Rd
parent5c8e4b140a9d7592df17436a8031b1b8a5f74f23 (diff)
Pass R CMD check --as-cran, vignette rebuild
Diffstat (limited to 'man/plot.mmkin.Rd')
-rw-r--r--man/plot.mmkin.Rd6
1 files changed, 4 insertions, 2 deletions
diff --git a/man/plot.mmkin.Rd b/man/plot.mmkin.Rd
index a715fdea..696b3d06 100644
--- a/man/plot.mmkin.Rd
+++ b/man/plot.mmkin.Rd
@@ -10,7 +10,7 @@
}
\usage{
\method{plot}{mmkin}(x, main = "auto", legends = 1, errmin_var = "All data", errmin_digits = 2,
- cex = 0.7, rel.height.middle = 0.9, ...)
+ cex = 0.7, rel.height.middle = 0.9, ...)
}
\arguments{
\item{x}{
@@ -45,7 +45,9 @@
Johannes Ranke
}
\examples{
- fits <- mmkin(c("SFO", "FOMC", "HS"), list("FOCUS B" = FOCUS_2006_B, "FOCUS C" = FOCUS_2006_C))
+ # 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)
plot(fits[, "FOCUS C"])
plot(fits["FOMC", ])
}

Contact - Imprint