corrviz: corrviz

Description Usage Arguments Examples

Description

Visualize a correlation matrix using the corrplot library's corrplot function, with color and other options from code in the R Graphics Cookbook by Winston Chang.

Usage

1
corrviz(mycorrmatrix)

Arguments

mycorrmatrix

A correlation matrix created by R's cor function.

Examples

1
2
mycors <- cor(df)
corrviz(mycors)

smach/rivsutils documentation built on May 30, 2019, 3:06 a.m.