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 July 17, 2025, 3:09 a.m.