assetsRiskReturnPlot(x, col = "steelblue", percentage = FALSE, scale = 252,
labels = TRUE, add = TRUE, ...)
assetsNIGShapeTrianglePlot(x, labels, col = "steelblue", ...)
as.matrix()
into a matrix object, e.g. like an
object of class timeSeries
, data.frame
, or mts
.TRUE
then default labels will be used,
otherwise the plots will be displayed without labels and the user
can add his own labels.## LPP2005REC -
# Load Swiss Pension Fund Data:
LPP <- LPP2005REC
head(LPP)
## assetsRiskReturnPlot -
# Create Risk/Return Plot:
# par(mfrow = c(2, 2))
assetsRiskReturnPlot(LPP)
## assetsNIGShapeTrianglePlot -
# Create NIG Shape Triangle Plot:
assetsNIGShapeTrianglePlot(LPP)
Run the code above in your browser using DataLab