assetsReturnPlot
Displays return series of individual assets,
assetsCumulatedPlot
Displays cumulated returns of individual assets,
assetsSeriesPlot
Displays time series of individual assets,
assetsHistPlot
Displays histograms of individual assets,
assetsLogDensityPlot
Displays a pdf plot on logarithmic scale,
assetsQQNormPlot
Displays normal qq-plots of individual assets,
assetsRiskReturnPlot
Displays risk-return giagram of assets,
assetsNIGShapeTrianglePlot
Displays NIG Shape Triangle,
assetsHistPairsPlot
Displays bivariate Histogram Plot. }assetsReturnPlot(x, col = "steelblue", ...)
assetsCumulatedPlot(x, col = "steelblue", ...)
assetsSeriesPlot(x, col = "steelblue", ...)
assetsHistPlot(x, col = "steelblue", skipZeros = FALSE, ...)
assetsLogDensityPlot(x, estimator = c("hubers", "sample", "both"),
labels = TRUE, ...)
assetsQQNormPlot(x, col = "steelblue", skipZeros = FALSE, ...)assetsRiskReturnPlot(x, col = "steelblue", percentage = FALSE, scale = 252,
labels = TRUE, add = TRUE, ...)
assetsNIGShapeTrianglePlot(x, labels, col = "steelblue", ...)
assetsHistPairsPlot(x, bins = 30, method = c("square", "hex"), ...)
"huber"
,
sample"}, or code{"both"}.
}
item{labels}{
a logical flag, if code