chart.Correlation {PerformanceAnalytics} | R Documentation |
Visualization of a Correlation Matrix. On top the (absolute) value of the correlation plus the result of the cor.test as stars. On botttom, the bivariate scatterplots, with a fitted line
chart.Correlation(x, histogram = TRUE)
x |
data for the x axis, can take matrix,vector, or timeseries |
histogram |
TRUE/FALSE whether or not to display a histogram |
correlation chart
based on plot at http://addictedtor.free.fr/graphiques/sources/source_137.R
Peter Carl