Science Score: 23.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
○.zenodo.json file
-
○DOI references
-
○Academic publication links
-
✓Committers with academic emails
1 of 19 committers (5.3%) from academic institutions -
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (13.5%) to scientific vocabulary
Keywords
Keywords from Contributors
Repository
A visual exploratory tool on correlation matrix
Basic Info
- Host: GitHub
- Owner: taiyun
- License: other
- Language: R
- Default Branch: master
- Homepage: https://github.com/taiyun/corrplot
- Size: 36.4 MB
Statistics
- Stars: 331
- Watchers: 13
- Forks: 88
- Open Issues: 20
- Releases: 14
Topics
Metadata Files
README.md
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: https://cran.r-project.org/package=corrplot.
Basic example
r
library(corrplot)
M = cor(mtcars)
corrplot(M, order = 'hclust', addrect = 2)

Download and Install
To download the release version of the package on CRAN, type the following at the R command line:
r
install.packages('corrplot')
To download the development version of the package, type the following at the R command line:
r
devtools::install_github('taiyun/corrplot', build_vignettes = TRUE)
How to cite
To cite corrplot properly, call the R built-in command
citation('corrplot') as follows:
r
citation('corrplot')
Reporting bugs and other issues
If you encounter a clear bug, please file a minimal reproducible example on github.
Owner
- Name: Taiyun
- Login: taiyun
- Kind: user
- Location: Beijing, China
- Company: Renmin University of China
- Website: https://cosx.org
- Repositories: 18
- Profile: https://github.com/taiyun
GitHub Events
Total
- Issues event: 5
- Watch event: 22
- Issue comment event: 4
- Pull request event: 1
- Fork event: 2
Last Year
- Issues event: 5
- Watch event: 22
- Issue comment event: 4
- Pull request event: 1
- Fork event: 2
Committers
Last synced: about 1 year ago
Top Committers
| Name | Commits | |
|---|---|---|
| taiyun | w****n@q****m | 215 |
| Viliam Simko | v****o@g****m | 186 |
| Yihui Xie | x****e@y****e | 18 |
| caijun | t****6@g****m | 6 |
| Taiyun Wei | T****i | 3 |
| Michael Levy | m****y@u****u | 2 |
| Moritz Freidank | f****m@g****m | 2 |
| taiyun | t****i@b****m | 2 |
| Matthew Schuelke | m****t@t****m | 1 |
| Jeff Zemla | j****a@g****m | 1 |
| Alexander Christensen | a****n@g****m | 1 |
| The Gitter Badger | b****r@g****m | 1 |
| Tomas Protivinsky | t****y@g****m | 1 |
| Yan Jin | j****r@g****m | 1 |
| cos.editor | e****r@c****e | 1 |
| unknown | L****9@L****m | 1 |
| Taiyun | t****n@T****l | 1 |
| Steve Lianoglou | l****e@g****m | 1 |
| druedin | d****n@w****g | 1 |
Committer Domains (Top 20 + Academic)
Issues and Pull Requests
Last synced: 11 months ago
All Time
- Total issues: 60
- Total pull requests: 64
- Average time to close issues: 2 months
- Average time to close pull requests: 1 day
- Total issue authors: 54
- Total pull request authors: 5
- Average comments per issue: 2.27
- Average comments per pull request: 0.08
- Merged pull requests: 60
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 6
- Pull requests: 2
- Average time to close issues: 15 days
- Average time to close pull requests: 4 minutes
- Issue authors: 5
- Pull request authors: 1
- Average comments per issue: 0.83
- Average comments per pull request: 0.0
- Merged pull requests: 2
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- vsimko (4)
- taiyun (2)
- bixiou (2)
- adcascone (2)
- janstrauss1 (1)
- zhq90 (1)
- wym0072003 (1)
- liufuyan2016 (1)
- sami10007 (1)
- anja-elaine (1)
- BB1464 (1)
- felippehsk (1)
- PiXeLAllan (1)
- tcmzhou (1)
- mzachariou (1)
Pull Request Authors
- taiyun (63)
- the-mad-statter (2)
- erinnacland (2)
- douglaswhitaker (1)
- MichaelChirico (1)
- Sumidu (1)
Top Labels
Issue Labels
Pull Request Labels
Packages
- Total packages: 2
-
Total downloads:
- cran 192,877 last-month
- Total docker downloads: 267,992
-
Total dependent packages: 99
(may contain duplicates) -
Total dependent repositories: 257
(may contain duplicates) - Total versions: 30
- Total maintainers: 1
cran.r-project.org: corrplot
Visualization of a Correlation Matrix
- Homepage: https://github.com/taiyun/corrplot
- Documentation: http://cran.r-project.org/web/packages/corrplot/corrplot.pdf
- License: MIT + file LICENSE
-
Latest release: 0.95
published over 1 year ago
Rankings
Maintainers (1)
conda-forge.org: r-corrplot
- Homepage: https://github.com/taiyun/corrplot
- License: MIT
-
Latest release: 0.84
published almost 4 years ago
Rankings
Dependencies
- RColorBrewer * suggests
- knitr * suggests
- magrittr * suggests
- prettydoc * suggests
- rmarkdown * suggests
- seriation * suggests
- testthat * suggests
- actions/cache v2 composite
- actions/checkout v2 composite
- actions/upload-artifact main composite
- r-lib/actions/setup-pandoc v1 composite
- r-lib/actions/setup-r v1 composite
- actions/cache v2 composite
- actions/checkout v2 composite
- r-lib/actions/setup-pandoc v1 composite
- r-lib/actions/setup-r v1 composite