How to cite the R package ggplot2
ggplot2 is a popular R package that is available at https://cran.r-project.org/web/packages/ggplot2/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 ggplot2 package have suggested.
Example of an in-text citation
Analysis of the data was done using the ggplot2 package (v3.3.3; Wickham, 2016).
Reference list entry
Wickham, H. (2016). Ggplot2: Elegant graphics for data analysis (2nd ed.) [PDF]. Springer International Publishing.
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 ggplot2 package v3.3.3 (1).
Reference list entry
1.Wickham H. Ggplot2: Elegant graphics for data analysis. 2nd ed. Cham, Switzerland: Springer International Publishing; 2016. 260 p. (Use R!).
BibTeX
Reference entry in BibTeX format. Simply copy it to your favorite citation manager.
@BOOK{Wickham2016-ic, title = "Ggplot2: Elegant graphics for data analysis", author = "Wickham, Hadley", publisher = "Springer International Publishing", series = "Use R!", edition = 2, month = jun, year = 2016, address = "Cham, Switzerland", language = "en", isbn = "9783319242774" }
RIS
Reference entry in RIS format. Simply copy it to your favorite citation manager.
TY - BOOK AU - Wickham, Hadley TI - Ggplot2: Elegant graphics for data analysis T2 - Use R! ET - 2 SP - 260 PY - 2016 DA - 2016/6/8 PB - Springer International Publishing CY - Cham, Switzerland SN - 9783319242774 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!
ggplot2 R package release history
Version | Release date |
---|---|
3.3.2 | 2020-06-19 |
3.3.1 | 2020-05-29 |
3.3.0 | 2020-03-05 |
3.2.1 | 2019-08-11 |
3.2.0 | 2019-06-16 |
3.1.1 | 2019-04-07 |
3.1.0 | 2018-10-25 |
3.0.0 | 2018-07-03 |
2.2.1 | 2016-12-30 |
2.2.0 | 2016-11-11 |
2.1.0 | 2016-03-01 |
2.0.0 | 2015-12-18 |
1.0.1 | 2015-03-17 |
1.0.0 | 2014-05-21 |
0.9.3.1 | 2013-03-02 |
0.9.3 | 2012-12-05 |
0.9.2.1 | 2012-09-11 |
0.9.2 | 2012-09-04 |
0.9.1 | 2012-05-08 |
0.9.0 | 2012-03-01 |
0.8.9 | 2010-12-23 |
0.8.8 | 2010-07-05 |
0.8.7 | 2010-03-02 |
0.8.6 | 2010-02-18 |
0.8.5 | 2009-12-16 |
0.8.4 | 2009-12-09 |
0.8.3 | 2009-04-20 |
0.8.2 | 2009-02-25 |
0.8.1 | 2008-12-14 |
0.8 | 2008-11-21 |
0.7 | 2008-10-05 |
0.6 | 2008-04-03 |
0.5.7 | 2008-01-11 |
0.5.6 | 2007-10-20 |
0.5.5 | 2007-09-01 |
0.5.4 | 2007-07-08 |
0.5.2 | 2007-06-18 |
0.5.1 | 2007-06-10 |
0.5 | 2007-06-01 |