powered by
Correlation plot
e_cor(x, colors = c("#FF5733", "#F8F5F5", "#2E86C1"))
echarts4r plot
a data.frame with correlation values.
a vector of lenght 3 with color values.
Diego Jimenez <diego.jimenez@promidat.com>
p <- round(cor(iris[, -5]), 3) e_cor(p)
Run the code above in your browser using DataLab