Here you can find the slides and materials created for the R-Ladies Barcelona meetup (27th September 2017). Meetup Link.
The following packages are needed for following the proposed exercises:
install.packages("ggplot2", "cowplot", "ggrepel", "reshape2")
- 2017-09-27_rladiesBCN-meetup-ggplot2.html. Contains the slides talking about
ggplot2
presented in the Meetup. - rnotebook_ggplot2.Rmd. R Notebook with some exercises to use as an example.
- data/. Contains the data needed for the exercises in the R Notebook.