From 3d4f6f8c582c19c38587ead305a1229ff069da63 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Thu, 19 Jan 2017 08:24:44 +0100 Subject: Switch sawtooth plotting example to FOMC as this it is claimed in the README that an mkinfit prediction is used. - Add another seealso link - Delete trailing whitespace --- docs/reference/plot.one_box-2.png | Bin 10136 -> 11641 bytes docs/reference/plot.one_box.html | 12 ++++++++++-- docs/reference/sawtooth.html | 2 +- 3 files changed, 11 insertions(+), 3 deletions(-) (limited to 'docs') diff --git a/docs/reference/plot.one_box-2.png b/docs/reference/plot.one_box-2.png index 4007876..1941d44 100644 Binary files a/docs/reference/plot.one_box-2.png and b/docs/reference/plot.one_box-2.png differ diff --git a/docs/reference/plot.one_box.html b/docs/reference/plot.one_box.html index 1870a55..235fb80 100644 --- a/docs/reference/plot.one_box.html +++ b/docs/reference/plot.one_box.html @@ -100,15 +100,23 @@ be shown if max_twa is not NULL.
Further arguments passed to methods
+

See also

+ +

sawtooth

+

Examples

-
plot(sawtooth(one_box(10), 3, 7), max_twa = 21)
+
fomc_fit <- mkinfit("FOMC", FOCUS_2006_C, quiet = TRUE) +fomc_pred <- one_box(fomc_fit) +plot(sawtooth(fomc_pred, 3, 7), max_twa = 21)