Description Usage Arguments Value Examples
plot pairwise correlation, used together with 'util.corr.compute'
1 | util.corr.plot(out, title = "Pairwise Correlation Plot")
|
out |
data.frame output from 'util.corr.compute' |
title |
title of the chart |
plot
1 2 | out <- util.corr.compute(mtcars, colnames(mtcars))
util.corr.plot(out)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.