Description Usage Arguments Value Examples
View source: R/correlationPlots.R
Plots a correlation matrix plot.
1 | cor.matrix.plot(data, conf.level = 0.95)
|
data |
Data frame to plot. Use 'dplyr::select' to filter variables to use. |
conf.level |
Level of significance (default .95) |
nothing
1 | cars %>% dplyr::select(speed, dist) %>% cor.matrix.plot()
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.