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.

APA

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.

Vancouver

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.

BibTeX
@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.

RIS
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

VersionRelease date
3.3.22020-06-19
3.3.12020-05-29
3.3.02020-03-05
3.2.12019-08-11
3.2.02019-06-16
3.1.12019-04-07
3.1.02018-10-25
3.0.02018-07-03
2.2.12016-12-30
2.2.02016-11-11
2.1.02016-03-01
2.0.02015-12-18
1.0.12015-03-17
1.0.02014-05-21
0.9.3.12013-03-02
0.9.32012-12-05
0.9.2.12012-09-11
0.9.22012-09-04
0.9.12012-05-08
0.9.02012-03-01
0.8.92010-12-23
0.8.82010-07-05
0.8.72010-03-02
0.8.62010-02-18
0.8.52009-12-16
0.8.42009-12-09
0.8.32009-04-20
0.8.22009-02-25
0.8.12008-12-14
0.82008-11-21
0.72008-10-05
0.62008-04-03
0.5.72008-01-11
0.5.62007-10-20
0.5.52007-09-01
0.5.42007-07-08
0.5.22007-06-18
0.5.12007-06-10
0.52007-06-01