taiyun
corrplot
R

A visual exploratory tool on correlation matrix

Last updated Jun 22, 2026
348
Stars
90
Forks
24
Issues
0
Stars/day
Attention Score
65
Language breakdown
No language data available.
Files click to expand
README

R-CMD-check codecov.io CRAN Status CRAN Downloads

Summary

R package corrplot provides a visual exploratory tool on correlation matrix that supports automatic variable reordering to help detect hidden patterns among variables.

corrplot is very easy to use and provides a rich array of plotting options in visualization method, graphic layout, color, legend, text labels, etc. It also provides p-values and confidence intervals to help users determine the statistical significance of the correlations.

For examples, see its online vignette.

This package is licensed under the MIT license, and available on CRAN: .

Basic example

library(corrplot)
M = cor(mtcars)
corrplot(M, order = 'hclust', addrect = 2)
Basic example

Download and Install

To download the release version of the package on CRAN, type the following at the R command line:

install.packages('corrplot')

To download the development version of the package, type the following at the R command line:

devtools::installgithub('taiyun/corrplot', buildvignettes = TRUE)

How to cite

To cite corrplot properly, call the R built-in command citation('corrplot') as follows:

citation('corrplot')

Reporting bugs and other issues

If you encounter a clear bug, please file a minimal reproducible example on github.

🔗 More in this category

© 2026 GitRepoTrend · taiyun/corrplot · Updated daily from GitHub