Learn R Programming

fAssets (version 280.73)

seriesPlot: Assets Series Plots

Description

A collection and description of functions which display several different kind of views on multivariate data sets of assets. The functions are: ll{ 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. }

Usage

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"), ...)

Arguments

add
a logical flag, defining the color to fill the boxes.
bins
an integer value, the number of bins used for the biariate histogram.
col
a character string, defining the color to fill the boxes.
estimator
a character string naming the type of estimator to fit the mean and variance of the normal density. This may be either "huber", sample"}, or code{"both"}. } item{labels}{ a logical flag, if code