cor_matrix_plot: cor.matrix.plot

Description Usage Arguments Value Examples

View source: R/cor_matrix_plot.R

Description

Plots a correlation matrix plot. The to

Usage

1
cor_matrix_plot(data, conf.level = 0.95)

Arguments

data

Data frame to plot. Use dplyer::select to filter variables to use.

conf.level

Level of significance (default .95)

Value

Returns nothing. Is called for sideeffects (i.e. the plot)

Examples

1
2
3
library(magrittr)
library(dplyr)
mtcars %>% select(disp, qsec) %>% cor_matrix_plot()

Sumidu/ccscourse documentation built on May 29, 2019, 8:34 a.m.