| plot_cor | R Documentation |
Plot correlation matrix (highcharts)
plot_cor(data, title = NA, subtitle = NA, ...)
data |
output of wc_ecc |
title |
chart title |
subtitle |
chart subtitle |
... |
Arguments passed on to
|
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.