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: 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 22 Dec. 2024.
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
Get rewarded with contribution points by helping add
Reviews / comments / questions /suggestions ↴↴↴

Today's Hot Picks in Authors and Packages

LOGANTree  
Tree-Based Models for the Analysis of Log Files from Computer-Based Assessments
Enables researchers to model log-file data from computer-based assessments using machine-learning te ...
Download / Learn more Package Citations See dependency  
Maintainer: Qi Qin (view profile)
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  
tropAlgebra  
Tropical Algebraic Functions
It includes functions like tropical addition, tropical multiplication for vectors and matrices. In t ...
Download / Learn more Package Citations See dependency  
dmlalg  
Double Machine Learning Algorithms
Implementation of double machine learning (DML) algorithms in R, based on Emmenegger and Buehlmann ...
Download / Learn more Package Citations See dependency  
elect  
Estimation of Life Expectancies Using Multi-State Models
Functions to compute state-specific and marginal life expectancies. The computation is based on a fi ...
Download / Learn more Package Citations See dependency  
wordspace  
Distributional Semantic Models in R
An interactive laboratory for research on distributional semantic models ('DSM', see < ...
Download / Learn more Package Citations See dependency  

23,394

R Packages

201,798

Dependencies

63,416

Author Associations

23,395

Publication Badges

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