corrplot

A visual exploratory tool on correlation matrix

https://github.com/taiyun/corrplot

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

corrplot cran r r-package visualization

Keywords from Contributors

bioinformatics visualisation
Last synced: 10 months ago · JSON representation

Repository

A visual exploratory tool on correlation matrix

Basic Info
Statistics
  • Stars: 331
  • Watchers: 13
  • Forks: 88
  • Open Issues: 20
  • Releases: 14
Topics
corrplot cran r r-package visualization
Created over 14 years ago · Last pushed over 1 year ago
Metadata Files
Readme Changelog License

README.md

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: https://cran.r-project.org/package=corrplot.

Basic example

r 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:

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

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

All Time
  • Total Commits: 445
  • Total Committers: 19
  • Avg Commits per committer: 23.421
  • Development Distribution Score (DDS): 0.517
Past Year
  • Commits: 6
  • Committers: 1
  • Avg Commits per committer: 6.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email 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

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
question (4) feature (3) documentation (2) wontfix (1) bug (1)
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

  • Versions: 22
  • Dependent Packages: 94
  • Dependent Repositories: 244
  • Downloads: 192,877 Last month
  • Docker Downloads: 267,992
Rankings
Forks count: 0.7%
Downloads: 0.8%
Dependent packages count: 1.0%
Dependent repos count: 1.1%
Stargazers count: 1.3%
Average: 3.7%
Docker downloads count: 17.3%
Maintainers (1)
Last synced: 11 months ago
conda-forge.org: r-corrplot
  • Versions: 8
  • Dependent Packages: 5
  • Dependent Repositories: 13
Rankings
Dependent repos count: 9.7%
Dependent packages count: 10.4%
Average: 15.6%
Forks count: 19.5%
Stargazers count: 22.7%
Last synced: 11 months ago

Dependencies

DESCRIPTION cran
  • RColorBrewer * suggests
  • knitr * suggests
  • magrittr * suggests
  • prettydoc * suggests
  • rmarkdown * suggests
  • seriation * suggests
  • testthat * suggests
.github/workflows/R-CMD-check.yml actions
  • 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
.github/workflows/test-coverage.yaml actions
  • actions/cache v2 composite
  • actions/checkout v2 composite
  • r-lib/actions/setup-pandoc v1 composite
  • r-lib/actions/setup-r v1 composite