plot-qqplot {fAssets} | R Documentation |
Normal Quantile-Quantile Plots
Description
Displays a normal quantile-quantile plot
Usage
assetsQQNormPlot(x, col = "steelblue", skipZeros = FALSE, ...)
Arguments
x |
any rectangular time series object which can be converted by the
function |
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. |
Author(s)
Diethelm Wuertz for the Rmetrics port.
References
Wuertz, D., Chalabi, Y., Chen W., Ellis A. (2009); Portfolio Optimization with R/Rmetrics, Rmetrics eBook, Rmetrics Association and Finance Online, Zurich.
Examples
## LPP2005REC -
# Load Swiss Pension Fund Data:
LPP <- LPP2005REC
head(LPP)
## assetsQQNormPlot -
# Create normal Quantile-Quantile Plot:
# par(mfrow = c(2, 2))
assetsQQNormPlot(LPP[, 1:3])
[Package fAssets version 4023.85 Index]