powered by
Correlation
e_correlations(e, order = NULL, visual_map = TRUE, ...)
An echarts4r object as returned by e_charts or a proxy as returned by echarts4rProxy.
echarts4r
e_charts
echarts4rProxy
Ordering method, passed to corrMatOrder.
Whether to add the visual map.
Any argument to pass to e_heatmap and e_visual_map.
e_heatmap
e_visual_map
cor(mtcars) |> e_charts() |> e_correlations( order = "hclust", visual_map = FALSE ) |> e_visual_map( min = -1, max = 1 )
Run the code above in your browser using DataLab