chart.Correlation.color {PerformanceAnalytics} | R Documentation |
Another, simpler, visualization of a Correlation Matrix, probably better for larger sets of data.
chart.Correlation.color(R, new = FALSE, nrgcols = 50, labels = TRUE, labcols = 1, title = "", ...)
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 |
correlation chart
based on chart by Sandrine Dudoit, sandrine@stat.berkeley.edu, from "SMA" library
Peter Carl
table.Correlation
chart.Correlation