e_correlations | R Documentation |
Correlation
e_correlations(e, order = NULL, visual_map = TRUE, ...)
e |
An |
order |
Ordering method, passed to corrMatOrder. |
visual_map |
Whether to add the visual map. |
... |
Any argument to pass to |
cor(mtcars) |>
e_charts() |>
e_correlations(
order = "hclust",
visual_map = FALSE
) |>
e_visual_map(
min = -1,
max = 1
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.