plotCor {shinyr}R Documentation

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

Details

plotCor

Value

Corelation plot

Author(s)

Jayachandra N

Examples


cor_dat <- cor(mtcars)
plotCor(cor_dat, "circle")


[Package shinyr version 0.4.2 Index]