diff options
Diffstat (limited to 'man/plot.mmkin.Rd')
-rw-r--r-- | man/plot.mmkin.Rd | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/man/plot.mmkin.Rd b/man/plot.mmkin.Rd index 4f78de2c..a715fdea 100644 --- a/man/plot.mmkin.Rd +++ b/man/plot.mmkin.Rd @@ -45,6 +45,7 @@ Johannes Ranke } \examples{ - fits <- mmkin(c("SFO", "FOMC"), list("FOCUS B" = FOCUS_2006_B, "FOCUS C" = FOCUS_2006_C)) + fits <- mmkin(c("SFO", "FOMC", "HS"), list("FOCUS B" = FOCUS_2006_B, "FOCUS C" = FOCUS_2006_C)) plot(fits[, "FOCUS C"]) + plot(fits["FOMC", ]) } |