Correlation
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 )
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.