my_custom_cor | R Documentation |
Custom correlation plots
my_custom_cor(
data,
mapping,
color = I("grey50"),
sizeRange = c(1, 4),
cor_method = "pearson",
digits = 2L,
...
)
data |
A data frame |
mapping |
A mapping aesthetics. |
color |
A color. |
sizeRange |
A range of sizes. |
cor_method |
A correlation method. |
my_custom_cor(data, aes(x = col_nm_1, y = col_nm_1))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.