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 6 committers (16.7%) from academic institutions -
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (8.0%) to scientific vocabulary
Keywords
Repository
Correlograms
Basic Info
- Host: GitHub
- Owner: kwstat
- License: other
- Language: HTML
- Default Branch: main
- Homepage: http://kwstat.github.io/corrgram/
- Size: 8.85 MB
Statistics
- Stars: 18
- Watchers: 4
- Forks: 11
- Open Issues: 3
- Releases: 0
Topics
Metadata Files
README.md
corrgram 
Homepage: https://kwstat.github.io/corrgram
Repository: https://github.com/kwstat/corrgram
The corrgram package provides a simple way to create correlograms from raw data or a correlation matrix.
Key features
Stable, well-tested, widely used.
Extensive examples show how to customize the display.
Installation
```R
Install the released version from CRAN:
install.packages("corrgram")
Install the development version from GitHub:
install.packages("devtools") devtools::install_github("kwstat/corrgram") ```
Usage
R
require(corrgram)
corrgram(mtcars, order=TRUE, lower.panel=panel.shade, upper.panel=panel.pie,
text.panel=panel.txt, main="mtcars")

Owner
- Name: Kevin Wright
- Login: kwstat
- Kind: user
- Location: Iowa
- Company: Corteva Agriscience
- Twitter: kw_stat
- Repositories: 47
- Profile: https://github.com/kwstat
Statistician
GitHub Events
Total
Last Year
Committers
Last synced: about 1 year ago
Top Committers
| Name | Commits | |
|---|---|---|
| Kevin Wright | k****t@g****m | 48 |
| Michael Hahsler | m****r@s****u | 1 |
| Matthieu Bruneaux | m****x@g****m | 1 |
| Bernie Gray | b****3@g****m | 1 |
| Jacob Hurst | j****t@g****m | 1 |
| unknown | w****i@U****t | 1 |
Committer Domains (Top 20 + Academic)
Issues and Pull Requests
Last synced: 11 months ago
All Time
- Total issues: 13
- Total pull requests: 5
- Average time to close issues: 3 months
- Average time to close pull requests: about 10 hours
- Total issue authors: 9
- Total pull request authors: 5
- Average comments per issue: 1.62
- Average comments per pull request: 1.6
- Merged pull requests: 4
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- ugroempi (4)
- heinonmatti (2)
- paulocr (1)
- debsush (1)
- LuisLauM (1)
- koliajaykr (1)
- IrinaMax (1)
- matthieu-bruneaux (1)
- Friskfisk (1)
Pull Request Authors
- jacobhurst (1)
- raredd (1)
- matthieu-bruneaux (1)
- bfgray3 (1)
- mhahsler (1)
Top Labels
Issue Labels
Pull Request Labels
Packages
- Total packages: 2
-
Total downloads:
- cran 3,202 last-month
- Total docker downloads: 36,705
-
Total dependent packages: 7
(may contain duplicates) -
Total dependent repositories: 30
(may contain duplicates) - Total versions: 18
- Total maintainers: 1
cran.r-project.org: corrgram
Plot a Correlogram
- Homepage: https://kwstat.github.io/corrgram/
- Documentation: http://cran.r-project.org/web/packages/corrgram/corrgram.pdf
- License: GPL-3
-
Latest release: 1.14
published about 5 years ago
Rankings
Maintainers (1)
conda-forge.org: r-corrgram
- Homepage: https://github.com/kwstat/corrgram
- License: GPL-3.0-only
-
Latest release: 1.14
published about 5 years ago
Rankings
Dependencies
- grDevices * imports
- graphics * imports
- stats * imports
- Matrix * suggests
- gridBase * suggests
- knitr * suggests
- psych * suggests
- rmarkdown * suggests
- seriation * suggests
- sfsmisc * suggests
- testthat * suggests