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]
First Published: 2010-04-10
Latest Update: 2021-11-18
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 May. 2025.
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
04/0504/0604/0704/0804/0904/1004/1104/1204/1304/1404/1504/1604/1704/1804/1904/2004/2104/2204/2304/2404/2504/2604/2704/2804/2904/3005/0105/03Downloads for corrplot500060007000800090001000011000120001300014000TrendBars

Today's Hot Picks in Authors and Packages

rsvd  
Randomized Singular Value Decomposition
Low-rank matrix decompositions are fundamental tools and widely used for data analysis, dimension r ...
Download / Learn more Package Citations See dependency  
cape  
Combined Analysis of Pleiotropy and Epistasis for Diversity Outbred Mice
Combined Analysis of Pleiotropy and Epistasis infers predictive networks between genetic variants a ...
Download / Learn more Package Citations See dependency  
lifecourse  
Quantification of Lifecourse Fluidity
Provides in built datasets and three functions. These functions are mobility_index, nonStanTest and ...
Download / Learn more Package Citations See dependency  
pdqr  
Work with Custom Distribution Functions
Create, transform, and summarize custom random variables with distribution functions (analogues of ...
Download / Learn more Package Citations See dependency  
quickcode  
Quick and Essential 'R' Tricks for Better Scripts
The NOT functions, 'R' tricks and a compilation of some simple quick plus often used 'R' codes to im ...
Download / Learn more Package Citations See dependency  
BINCOR  
Estimate the Correlation Between Two Irregular Time Series
Estimate the correlation between two irregular time series that are not necessarily sampled on ident ...
Download / Learn more Package Citations See dependency  

24,187

R Packages

207,311

Dependencies

65,312

Author Associations

24,143

Publication Badges

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