Learn R Programming

ArArRedux (version 0.1)

plotcorr: 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(covmat)

Arguments

covmat
a covariance matrix

Examples

Run this code
data(Melbourne)
plotcorr(Melbourne$X$covmat)

Run the code above in your browser using DataLab