Correlation
Arguments
- e
An
echarts4r
object as returned bye_charts
or a proxy as returned byecharts4rProxy
.- order
Ordering method, passed to corrMatOrder.
- visual_map
Whether to add the visual map.
- ...
Any argument to pass to
e_heatmap
ande_visual_map
.
Examples
cor(mtcars) |>
e_charts() |>
e_correlations(
order = "hclust",
visual_map = FALSE
) |>
e_visual_map(
min = -1,
max = 1
)