plotcorr {ArArRedux} | R Documentation |
Plot a matrix with correlation coefficients
Description
Converts the covariance matrix to a correlation matrix and plots this is a coloured image for visual inspection.
Usage
plotcorr(X)
Arguments
X |
a data structure (list) containing an item called ‘covmat’ (covariance matrix) |
Examples
data(Melbourne)
plotcorr(Melbourne$X)
[Package ArArRedux version 1.0 Index]