Learn R Programming

shinyr (version 0.4.2)

plotCor: Plot Cor

Description

Plot correlation plot

Usage

plotCor(cor_dat, my_method)

Value

Corelation plot

Arguments

cor_dat

Corelation matrix

my_method

method to plot, for example: circle

Author

Jayachandra N

Details

plotCor

Examples

Run this code
if (FALSE) { # interactive()
cor_dat <- cor(mtcars)
plotCor(cor_dat, "circle")
}

Run the code above in your browser using DataLab