13.1 Introduction
- We’re going to plot some data using the qplot() command
- We’ll need to have 2 packages loaded
- ggplot2, which has the function qplot()
- cowplot, which provides some nice defaults
- We’ll use the iris dataset that comes with R
13.1.1 Learning goals & objectives
Introduce the qplot command from the ggplot2 package
13.1.2 Functions & Arguements
13.1.3 Packages
- ggplot2
- cowplot