Description Usage Arguments Note Author(s) See Also Examples
Visualization of a Correlation Matrix. On top the (absolute) value of the correlation plus the result of the cor.test as stars. On bottom, the bivariate scatterplots, with a fitted line
| 1 2 | chart.Correlation(R, histogram = TRUE, method = c("pearson", "kendall",
  "spearman"), ...)
 | 
| R | data for the x axis, can take matrix,vector, or timeseries | 
| histogram | TRUE/FALSE whether or not to display a histogram | 
| method | a character string indicating which correlation coefficient (or covariance) is to be computed. One of "pearson" (default), "kendall", or "spearman", can be abbreviated. | 
| ... | any other passthru parameters into  | 
based on plot at http://addictedtor.free.fr/graphiques/sources/source_137.R
Peter Carl
| 1 2 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.