assetsQQNormPlot {fAssets} | R Documentation |
Displays a normal quantile-quantile plot
assetsQQNormPlot(x, col = "steelblue", skipZeros = FALSE, ...)
x |
any rectangular time series object which can be converted by the
function as.matrix() into a matrix object, e.g. like an
object of class timeSeries , data.frame , or mts .
|
col |
a character string, defining the color to fill the boxes. |
skipZeros |
a logical, should zeros be skipped in the histogram plot of the return series? |
... |
optional arguments to be passed. |
Diethelm Wuertz for the Rmetrics port.
Wuertz, D., Chalabi, Y., Chen W., Ellis A. (2009); Portfolio Optimization with R/Rmetrics, Rmetrics eBook, Rmetrics Association and Finance Online, Zurich.
## LPP2005REC - LPP = as.timeSeries(data(LPP2005REC)) ## assetsQQNormPlot - # par(mfrow = c(2, 2)) assetsQQNormPlot(LPP[, 1:3])