Chapter 2: ggplot2 and categorical data

More on plotting using ggplot2

1Review of factors

2A Basic Barplot using `geom_bar()`

3 Stacked Bars

4Quick Quiz

5Proportional Barchart

6Dodge those bars!

7Faceting a graph

8Super Quick Review

9Your Task: Bar Charts

10Boxplots

11Try out geom_boxplot() yourself

12Violin Plots

13Your final task: How heavy are our pets?

14What you learned in this chapter