Description Usage Arguments Examples
View source: R/assumption_checking.R
cor_graphic
uses the "corrplot" package to create a nice graphic with a
color-coded correlation matrix and correlation plot side-by-side. Note that
if plot dimensions are too short or too small, there will be overlapping.
1 | cor_graphic(data, show_key = FALSE, title = TRUE)
|
data |
A numeric vector, matrix or data frame to be used as input to
|
show_key |
If TRUE, will show a color key. |
title |
If FALSE, will hide titles. |
1 | cor_graphic(bodyfat)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.