Learn R Programming

regressoR (version 2.0.1)

e_cor: Correlation plot

Description

Correlation plot

Usage

e_cor(x, colors = c("#FF5733", "#F8F5F5", "#2E86C1"))

Value

echarts4r plot

Arguments

x

a data.frame with correlation values.

colors

a vector of lenght 3 with color values.

Author

Diego Jimenez <diego.jimenez@promidat.com>

Examples

Run this code
p <- round(cor(iris[, -5]), 3)
e_cor(p)

Run the code above in your browser using DataLab