We can use this space to go ahead and write out any exercise or prework that you would like have done prior to coming.

Session 1

This plot is generated using ggplot2 (Wickham 2016).

library(ggplot2)
ggplot(iris, aes(Species, Sepal.Length))+
  geom_col()

Session 2

Today we worked on GitHub.

Session 3

Session 4

Session 5

Session 6

Session 7

Session 8


References

Wickham, Hadley. 2016. Ggplot2: Elegant Graphics for Data Analysis. Springer-Verlag New York. http://ggplot2.org.

Copyright © 2018 Carrie Johnston. All rights reserved.