chart.QQPlot {PerformanceAnalytics} | R Documentation |
A wrapper to create a QQPlot chart of relative returns through time
chart.QQPlot(R, colorset = (1:12), symbolset = 1, xlab = NULL, ylab = NULL, main = NULL, ...)
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 |
QQ Plot
Peter Carl