corrPlot: Create a correlation plot (correlogram)

View source: R/corrPlot.R

corrPlotR Documentation

Create a correlation plot (correlogram)

Description

Create a correlation plot (correlogram)

Usage

corrPlot(x, col = c("blue", "white", "red"), ...)

Arguments

x

dataframe with all numeric columns

col

vector of length 3 with character strings of colours

...

extra arguments passed to psych::corr.test()

Value

ggplot object


johngodlee/JLGMisc documentation built on June 29, 2024, 9:15 p.m.