Description Usage Arguments Details Value Side Effects References See Also Examples
Side-by-side boxplots are produced for each period in a periodic time series. These plots can reveal many important features in a periodic time series such as the need for a variance stablizing transformation, outliers, heteroscedasticity not removable by a power transformation, etc. The peboxplot is a useful adjunct to the Splus functions tsplot and monthplot.
1 |
z |
a univariate time series object. Note that the period of z is given by attr(z, "tsp")[3]. Additional information about the time series can be provided in a title string by setting attr(z, "title") to the desired string. This title will then be displayed on the plot. Abbreviations for the periods may be provided in attr(z, "abb"). For example, to use the standard monthly abbreviations: attr(z, "abb")<-month.abb. These abbreviations will be used to aid one in interpreting the output. |
... |
optional arguments which are passed to the boxplot function |
Boxplots of seasonal data are vary useful in many applications. See Hipel and McLeod (1994) for examples.
No output is produced. Plot is a 'side effect'.
plot produced
Hipel, K.W. and McLeod, A.I. (1994) "Time Series Modelling of Water Resources and Environmental Systems" Elsevier, Amsterdam ISBN 0–444–89270–2. (1013 pages).
peplot, monthplot, tsplot
1 2 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.