| plot-boxplot {fAssets} | R Documentation | 
Displays a Box Plot of Assets
Description
Displays standard box and box-percentile plots of assets.
Usage
assetsBoxPlot(x, col = "bisque", ...)
assetsBoxPercentilePlot(x, col = "bisque", ...) 
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. | 
| ... | 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
## LPP -
   # Load Swiss Pension Fund Data:
   LPP <- LPP2005REC[, 1:6]
   head(LPP)
   
## assetsBoxPlot - 
   # Create a Boxplot: assetsBoxPlot - 
   assetsBoxPlot(LPP)
       
## assetsBoxPercentilePlot - 
   # Create a Box Percentile Plot: assetsBoxPercentilePlot - 
   assetsBoxPercentilePlot(LPP)  
   grid(NA, NULL, col="red")
[Package fAssets version 4023.85 Index]