plotcorr.col | R Documentation |
Plot correlation matrix as colored ellipses.
plotcorr.col(corr, pow = 4, type = "lower", order.fun = NULL,
col = "col", ...)
corr |
a correlation matrix. |
pow |
a power coefficient to choose colors for weak and strong correlations. |
type |
which part of the matrix should be plotted: |
order.fun |
a function to reorder variables w.r.t. absolute
correlations: e.g. |
col |
either |
... |
passed to |
Invisible correlation matrix, reordered if order.fun
was used.
Thin wrapper to pass colors to plotcorr
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.