How to cite the R package corrplot
corrplot is a popular R package that is available at https://cran.r-project.org/web/packages/corrplot/index.html. By citing R packages in your paper you lay the grounds for others to be able to reproduce your analysis and secondly you are acknowledging the time and work people have spent creating the package.
APA citation
Formatted according to the APA Publication Manual 7th edition. Simply copy it to the References page as is.
The minimal requirement is to cite the R package in text along with the version number. Additionally, you can include the reference list entry the authors of the corrplot package have suggested.
Example of an in-text citation
Analysis of the data was done using the corrplot package (v0.84; Wei & Simko, 2017).
Reference list entry
Wei, T., & Simko, V. (2017). R package “corrplot”: Visualization of a Correlation Matrix. https://github.com/taiyun/corrplot
Vancouver citation
Formatted according to Vancouver style. Simply copy it to the references section as is.
Example of an in-text citation
Analysis of the data was done using the corrplot package v0.84 (1).
Reference list entry
1.Wei T, Simko V. R package “corrplot”: Visualization of a Correlation Matrix [Internet]. 2017. Available from: https://github.com/taiyun/corrplot
BibTeX
Reference entry in BibTeX format. Simply copy it to your favorite citation manager.
@MANUAL{Wei2017-ui, title = "{R} package ``corrplot'': Visualization of a Correlation Matrix", author = "Wei, Taiyun and Simko, Viliam", year = 2017, url = "https://github.com/taiyun/corrplot" }
RIS
Reference entry in RIS format. Simply copy it to your favorite citation manager.
TY - MANU AU - Wei, Taiyun AU - Simko, Viliam TI - R package "corrplot": Visualization of a Correlation Matrix PY - 2017 DA - 2017 UR - https://github.com/taiyun/corrplot ER -
Other citation styles (ACS, ACM, IEEE, ...)
BibGuru offers more than 8,000 citation styles including popular styles such as AMA, ACN, ACS, CSE, Chicago, IEEE, Harvard, and Turabian, as well as journal and university specific styles! Give it a try now: Start citing now!
corrplot R package release history
Version | Release date |
---|---|
0.77 | 2016-04-21 |
0.76 | 2016-04-16 |
0.73 | 2013-10-15 |
0.72 | 2013-10-14 |
0.71 | 2013-03-05 |
0.70 | 2012-10-12 |
0.66 | 2012-09-12 |
0.60 | 2011-12-05 |
0.54 | 2011-12-02 |
0.40 | 2011-10-15 |
0.30 | 2010-05-31 |
0.2-0 | 2010-04-17 |
0.1-0 | 2010-04-10 |