diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2016-06-24 17:42:42 +0200 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2016-06-24 17:52:47 +0200 |
commit | 5f4a25fad9a5323611855145e6b31267b3ed9e50 (patch) | |
tree | 01c348472972dd6887b3ca52a04bc3a8986830bc /man/plot.mmkin.Rd | |
parent | 32f527a92f072a45e01da3ca1354aa03fe86351e (diff) |
Convert main vignette to Rmd/html, add_err(), fixes
Diffstat (limited to 'man/plot.mmkin.Rd')
-rw-r--r-- | man/plot.mmkin.Rd | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/man/plot.mmkin.Rd b/man/plot.mmkin.Rd index 761a4cd5..8362f16c 100644 --- a/man/plot.mmkin.Rd +++ b/man/plot.mmkin.Rd @@ -50,4 +50,9 @@ cores = 1, quiet = TRUE) plot(fits[, "FOCUS C"]) plot(fits["FOMC", ]) + + # We can also plot a single fit, if we like the way mmkin works, but then the plot + # height should be smaller than the plot width (this is not possible for the html pages + # generated by staticdocs, as far as I know). + plot(fits["FOMC", "FOCUS C"]) # same as plot(fits[1, 2]) } |