Welcome to the IDRE R Graphics: Introduction to ggplot2 seminar!
Before beginning the seminar, please open RStudio (or R) and run the following code:
install.packages("ggplot2", dependencies = TRUE)
Introduction to ggplot2 seminar: Left-click the link to open the presentation directly. Or, right-click and choose “Save As” to download the slides. (Alternative, flat (no slides) version of the presentation: Introduction to ggplot2 seminar Flat).
Use any web browser (Chrome, Firefox, etc.) to view the seminar. Once it is open, use the following keys to alter the display:
- use arrow keys, mouse click, or spacebar to advance slides
a
toggles between slide-show view and handout view (view all slides at once)h
to disable advancing slides with mouse-click (if you need to copy-paste code, for example)s
andb
to make the font bigger and smallerF11
to go to full-screen and back
R code for the seminar: Left-click the link and copy and paste the code directly into the RStudio Editor or right-click to download.