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

Description Usage Arguments Details Value See Also Examples

View source: R/distogram.R

Description

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

Usage

1

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

1
2
3
 
  
  corrogram(cor(swiss), title = 'Pearson correlation')

squash documentation built on Feb. 20, 2020, 9:08 a.m.