plot_corr: Plots a correlation matrix

Description Usage Arguments Value Examples

View source: R/correlations.r

Description

The upper triangle is a heatmap, the lower triangle is a table.

Usage

1
plot_corr(cormat)

Arguments

cormat

Correlation matrix

Value

A ggplot object

Examples

1
plot_corr(stats::cor(matrix(rnorm(500), 100, 5)))

rexmacey/factorModel documentation built on Oct. 2, 2019, 1:25 a.m.