corrogram: Draw a color-coded triangular matrix of pairwise correlations

View source: R/distogram.R

corrogramR Documentation

Draw a color-coded triangular matrix of pairwise correlations

Description

This figure is a color-coded, rotated triangular matrix indicating the correlation between every pair of items.

Usage

corrogram(...)

Arguments

...

Arguments passed to distogram.

Details

This is a simple wrapper around distogram, with the color scale set by default to use blueorange with a range from -1 to +1.

Value

A color map (as generated by makecmap), invisibly.

See Also

distogram

Examples

 
  
  corrogram(cor(swiss), title = "Pearson correlation")

aroneklund/squash documentation built on June 3, 2023, 11:55 a.m.