cor.matrix.plot: cor.matrix.plot

Description Usage Arguments Value Examples

View source: R/correlationPlots.R

Description

Plots a correlation matrix plot.

Usage

1
cor.matrix.plot(data, conf.level = 0.95)

Arguments

data

Data frame to plot. Use 'dplyr::select' to filter variables to use.

conf.level

Level of significance (default .95)

Value

nothing

Examples

1
cars %>% dplyr::select(speed, dist) %>% cor.matrix.plot()

HCIC/r-tools documentation built on Dec. 26, 2020, 3:54 p.m.