assetsStarsPlot Draws segment or star diagrams of data sets,
assetsBasicStatsPlot Displays a segment plot of box plot statistics,
assetsMomentsPlot Displays a segment plot of distribution moments,
assetsBoxStatsPlot Displays a segment plot of box plot statistics,
assetsNIGFitPlot Displays a segment plot NIG parameter estimates. }assetsStarsPlot(x, method = c("segments", "stars"), locOffset = c(0, 0),
keyOffset = c(0, 0), ...)
assetsBoxStatsPlot(x, par = TRUE, oma = c(0,0,0,0), mar = c(4, 4, 4, 4),
keyOffset = c(-0.65, -0.50), main = "Assets Statistics",
title = "Assets", titlePosition = c(3, 3.65),
description = "Box Plot Statistics", descriptionPosition = c(3, 3.50), ...)
assetsBasicStatsPlot(x, par = TRUE, oma = c(0,0,0,0), mar = c(4, 4, 4, 4),
keyOffset = c(-0.65, -0.50), main = "Assets Statistics",
title = "Assets", titlePosition = c(3, 3.65),
description = "Basic Returns Statistics", descriptionPosition = c(3, 3.50), ...)
assetsMomentsPlot(x, par = TRUE, oma = c(0,0,0,0), mar = c(4, 4, 4, 4),
keyOffset = c(-0.65, -0.50), main = "Assets Statistics",
title = "Assets", titlePosition = c(3, 3.65),
description = "Moments Statistics", descriptionPosition = c(3, 3.50), ...)
assetsNIGFitPlot(x, par = TRUE, oma = c(0,0,0,0), mar = c(4, 4, 4, 4),
keyOffset = c(-0.65, -0.50), main = "Assets Statistics",
title = "Assets", titlePosition = c(3, 3.65),
description = "NIG Parameters", descriptionPosition = c(3, 3.50), ...)"star" or a "segment" plot.x and
y direction.x and
y direction.c(5,4,4,2)+0.1.par() setting be used?as.matrix() into a matrix object, e.g. like an
object of class timeSeries, data.frame, or mts.MultivariateDistribution.## LPP2005REC -
x = as.timeSeries(data(LPP2005REC))
head(x)
## assetsBoxStatsPlot -
assetsBoxStatsPlot(x, title = "", description = "")
## assetsBasicStatsPlot -
assetsBasicStatsPlot(x, title = "", description = "")
## assetsMomentsPlot -
assetsMomentsPlot(x, title = "", description = "")Run the code above in your browser using DataLab