aboutsummaryrefslogtreecommitdiff
path: root/man/plot.mmkin.Rd
diff options
context:
space:
mode:
authorJohannes Ranke <jranke@uni-bremen.de>2016-06-25 21:07:11 +0200
committerJohannes Ranke <jranke@uni-bremen.de>2016-06-25 21:16:37 +0200
commit43c0ae8431440bab723b35909d43f51434288c33 (patch)
treeef9b4d8df9fc64c9170242dfb355ef041ace9a60 /man/plot.mmkin.Rd
parent693beea972cad4633c1d8baf422913ff3e8d709d (diff)
Fix the plot margins for combined plots
Diffstat (limited to 'man/plot.mmkin.Rd')
-rw-r--r--man/plot.mmkin.Rd4
1 files changed, 2 insertions, 2 deletions
diff --git a/man/plot.mmkin.Rd b/man/plot.mmkin.Rd
index ffd83d2f..37d7a25a 100644
--- a/man/plot.mmkin.Rd
+++ b/man/plot.mmkin.Rd
@@ -45,9 +45,9 @@
Johannes Ranke
}
\examples{
- # Only use one core not to offend CRAN checks
+ # 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),
- cores = 1, quiet = TRUE)
+ cores = 1, quiet = TRUE, method.modFit = "Marq")
plot(fits[, "FOCUS C"])
plot(fits["FOMC", ])

Contact - Imprint