Description Usage Arguments Examples
Draw a heatmap of correlation test
1 2 |
df |
A data.frame |
label |
if true, add label to the heatmap |
colors |
colors for low, mid and high correlation values |
title |
if true, add title to the heatmap |
... |
further arguments to be passed to cor.test |
1 2 3 | # ggCor(iris)
# ggCor(mtcars,interactive=TRUE)
# ggCor(iris,method="pearson")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.