e_correlations: Correlation

View source: R/add.R

e_correlationsR Documentation

Correlation

Description

Correlation

Usage

e_correlations(e, order = NULL, visual_map = TRUE, ...)

Arguments

e

An echarts4r object as returned by e_charts or a proxy as returned by echarts4rProxy.

order

Ordering method, passed to corrMatOrder.

visual_map

Whether to add the visual map.

...

Any argument to pass to e_heatmap and e_visual_map.

Examples

cor(mtcars) |>
  e_charts() |>
  e_correlations(
    order = "hclust",
    visual_map = FALSE
  ) |>
  e_visual_map(
    min = -1,
    max = 1
  )

echarts4r documentation built on July 9, 2023, 7:26 p.m.