Learn R Programming

shinyr (version 0.3.0)

plotCor: Plot Cor

Description

Plot correlation plot

Usage

plotCor(cor_dat, my_method)

Arguments

cor_dat

Corelation matrix

my_method

method to plot, for example: circle

Value

Corelation plot

Details

plotCor

Examples

Run this code
# NOT RUN {
cor_dat <- cor(mtcars)
plotCor(cor_dat, "circle")
# }

Run the code above in your browser using DataLab