corrogram | R Documentation |
This figure is a color-coded, rotated triangular matrix indicating the correlation between every pair of items.
corrogram(...)
... |
Arguments passed to |
This is a simple wrapper around distogram
, with the color scale set by default to use blueorange
with a range from -1 to +1.
A color map (as generated by makecmap
), invisibly.
distogram
corrogram(cor(swiss), title = "Pearson correlation")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.