Description Usage Arguments Value Examples
View source: R/cor_matrix_plot.R
Plots a correlation matrix plot. The to
1 | cor_matrix_plot(data, conf.level = 0.95)
|
data |
Data frame to plot. Use dplyer::select to filter variables to use. |
conf.level |
Level of significance (default .95) |
Returns nothing. Is called for sideeffects (i.e. the plot)
1 2 3 | library(magrittr)
library(dplyr)
mtcars %>% select(disp, qsec) %>% cor_matrix_plot()
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.