pairsDensCor | R Documentation |
Pair plot with correlation values colored and resized on the upper right diagonal and density scatter plot on the lower left diagonal
pairsDensCor(
tt,
colscheme = c(gplots::colorpanel(100, "blue", "white"), gplots::colorpanel(100,
"white", "red")),
...
)
tt |
table to be visualized |
colscheme |
colorscheme to be used for correlation |
... |
more plotting parameters |
Nothing particularly interesting
dd <- USJudgeRatings
dd[,5] <- 1/dd[,5]
tt <- dd[,1:5]
pairsDensCor(tt)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.