Other packages > Find by keyword >

corrplot  

Visualization of a Correlation Matrix
View on CRAN: Click here


Download and install corrplot package within the R console
Install from CRAN:
install.packages("corrplot")

Install from Github:
library("remotes")
install_github("cran/corrplot")

Install by package version:
library("remotes")
install_version("corrplot", "0.95")



Attach the package and use:
library("corrplot")
Maintained by
Taiyun Wei
[Scholar Profile | Author Map]
All associated links for this package
First Published: 2010-04-10
Latest Update: 2024-10-14
Description:
Provides a visual exploratory tool on correlation matrix that supports automatic variable reordering to help detect hidden patterns among variables.
How to cite:
Taiyun Wei (2010). corrplot: Visualization of a Correlation Matrix. R package version 0.95, https://cran.r-project.org/web/packages/corrplot. Accessed 05 Mar. 2026.
Previous versions and publish date:
0.1-0 (2010-04-10 18:47), 0.2-0 (2010-04-17 20:38), 0.30 (2010-05-31 09:44), 0.40 (2011-10-15 21:55), 0.54 (2011-12-02 17:22), 0.60 (2011-12-05 19:56), 0.66 (2012-09-12 07:28), 0.70 (2012-10-12 07:38), 0.71 (2013-03-05 08:48), 0.72 (2013-10-14 09:12), 0.73 (2013-10-15 10:04), 0.76 (2016-04-16 00:13), 0.77 (2016-04-21 08:20), 0.84 (2017-10-17 00:58), 0.87 (2021-05-08 07:10), 0.88 (2021-05-11 13:52), 0.89 (2021-06-07 09:30), 0.90 (2021-06-30 13:50), 0.91 (2021-11-10 10:40), 0.92 (2021-11-18 14:20), 0.94 (2024-08-17 09:00)
Other packages that cited corrplot R package
View corrplot citation profile
Other R packages that corrplot depends, imports, suggests or enhances
Complete documentation for corrplot
Functions, R codes and Examples using the corrplot R package
Some associated functions: COL1 . COL2 . colorlegend . cor.mtest . corrMatOrder . corrRect.hclust . corrRect . corrplot-package . corrplot.mixed . corrplot . 
Some associated R codes: colorlegend.R . colors.R . cor-mtest.R . corrMatOrder.R . corrRect.R . corrRect.hclust.R . corrplot-package.R . corrplot.R . corrplot.mixed.R .  Full corrplot package functions and examples
Downloads during the last 30 days

Today's Hot Picks in Authors and Packages

neat  
Efficient Network Enrichment Analysis Test
Includes functions and examples to compute NEAT, the Network Enrichment Analysis Test described in ...
Download / Learn more Package Citations See dependency  
pinp  
'pinp' is not 'PNAS'
A 'PNAS'-alike style for 'rmarkdown', derived from the 'Proceedings of the National Academy of Scie ...
Download / Learn more Package Citations See dependency  
imagefx  
Extract Features from Images
Synthesize images into characteristic features for time-series analysis or machine learning applicat ...
Download / Learn more Package Citations See dependency  
roccv  
ROC for Cross Validation Results
Cross validate large genetic data while specifying clinical variables that should always be in the m ...
Download / Learn more Package Citations See dependency  
nextGenShinyApps  
Craft Exceptional 'R Shiny' Applications and Dashboards with Novel Responsive Tools
Nove responsive tools for designing and developing 'Shiny' dashboards and applications. The scripts ...
Download / Learn more Package Citations See dependency  
diffIRT  
Diffusion IRT Models for Response and Response Time Data
Package to fit diffusion-based IRT models to response and response time data. Models are fit using ...
Download / Learn more Package Citations See dependency  

26,264

R Packages

223,360

Dependencies

70,244

Author Associations

26,265

Publication Badges

© Copyright since 2022. All right reserved, rpkg.net.  Based in Cambridge, Massachusetts, USA