plot_cor: Plot correlation matrix (highcharts)

plot_corR Documentation

Plot correlation matrix (highcharts)

Description

Plot correlation matrix (highcharts)

Usage

plot_cor(data, title = NA, subtitle = NA, ...)

Arguments

data

output of wc_ecc

title

chart title

subtitle

chart subtitle

...

Arguments passed on to hc_themed

hc

a highchart object

label

optional annotation

base_font

default font for all chart elements

axes

show axes (default: TRUE)

exporting

include chart export menu (default: TRUE)

credits

include credits (default: FALSE)

Examples

data <- data.table(
  ecc_grm = rnorm(20),
  ecc_cdd = rnorm(20),
  ecc_crf = rnorm(20),
  ecc_crd = rnorm(20),
  ecc_crw = rnorm(20)
)
plot_cor(data)


mbacou/WADashboard documentation built on Jan. 3, 2023, 6:21 p.m.