Time Series Box Plots
Returns a box or a box percentile plot.
List of Functions:
boxPlot |
Returns a side-by-side standard box plot, |
boxPercentilePlot |
Returns a side-by-side box-percentile plot. |
boxPlot(x, col = "steelblue", title = TRUE, ...) boxPercentilePlot(x, col = "steelblue", title = TRUE, ...)
col |
the color for the series. In the univariate case use just a
color name like the default, |
title |
a logical flag, by default TRUE. Should a default title added to the plot? |
x |
an object of class |
... |
optional arguments to be passed. |
displays a time series plot.
## data - LPP <- LPP2005REC[, 1:6] plot(LPP, type = "l", col = "steelblue", main = "SP500") abline(h = 0, col = "grey") ## boxPlot - boxPlot(LPP)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.