plotCor | R Documentation |
Plot correlation plot
plotCor(cor_dat, my_method)
cor_dat |
Corelation matrix |
my_method |
method to plot, for example: circle |
plotCor
Corelation plot
Jayachandra N
cor_dat <- cor(mtcars)
plotCor(cor_dat, "circle")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.