chart.Correlation.color {PerformanceAnalytics}R Documentation

correlation matrix chart, in color

Description

Another, simpler, visualization of a Correlation Matrix, probably better for larger sets of data.

Usage

chart.Correlation.color(R, new = FALSE, nrgcols = 50, labels = TRUE, labcols = 1, title = "", ...)

Arguments

R a vector, matrix, data frame, timeSeries or zoo object of asset returns
new ~~Describe new here~~
nrgcols number or regularly spaced columns
labels TRUE/FALSE use labels or not
labcols labels to use
title title for the plot
... any other passthru parameters

Value

correlation chart

Note

based on chart by Sandrine Dudoit, sandrine@stat.berkeley.edu, from "SMA" library

Author(s)

Peter Carl

References

See Also

table.Correlation chart.Correlation

Examples






[Package PerformanceAnalytics version 0.9.4 Index]