plot_correlation | R Documentation |
Generate correlation plot.
plot_correlation(
df = NULL,
cor_columns = NULL,
group_column = NULL,
method = "pearson"
)
df |
a data frame. |
cor_columns |
list of columns to correlate. |
group_column |
name of column containing groups (maximum of 3 groups). |
method |
correlation method |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.