Visualization Best Practices in R
Nick Strayer
Instructor
ggplot(who_disease) +
geom_col(aes(x = disease, y = cases))
"...viewers judge points that fall within the bar as being more likely than points equidistant from the mean, but outside the bar..."
- Scholl & Newman, 2012
Visualization Best Practices in R