chart.QQPlot {PerformanceAnalytics}R Documentation

wrapper for qq.plot, with sensible defaults

Description

A wrapper to create a QQPlot chart of relative returns through time

Usage

chart.QQPlot(R, colorset = (1:12), symbolset = 1, xlab = NULL, ylab = NULL, main = NULL, ...)

Arguments

R a vector, matrix, data frame, timeSeries or zoo object of asset returns
colorset color palette to use, set by default to rational choices
symbolset from pch in plot, submit a set of symbols to be used in the same order as the data sets submitted
xlab set the x-axis label, as in plot
ylab set the y-axis label, as in plot
main set the chart title, same as in plot
... any other passthru parameters

Value

QQ Plot

Author(s)

Peter Carl

References

See Also

Examples






[Package PerformanceAnalytics version 0.9.4 Index]