Lecture 2: Visualization and data transformation - Bio723-class/Bio723-lecture GitHub Wiki
- Learn the concept of geometric and aesthetic mappings in ggplot2
- Learn how to build up complex data representations using layers
- Learn how to generate faceted plots to show conditional distributions
- Learn how to change the look and feel of ggplot figures using themes
- Learn how to use functions from the dplyr package to filter, select, arrange, transform, and summarize data
- Learn how to use pipes to simplify analytical pipelines
- Work through chapters 6 and 7 in the Bio 723 Workbook
Assignment Submission: Be sure to submit your assignment via Sakai, as an R Markdown file and the knit HTML document produced by your markdown file.
-
Assignment 01, due 03 Febuary 2021 by beginning of class.
-- You can download a template R Markdown document for assignment at: homework-template.Rmd
- Read Chapters 7 and 10-12 in R for Data Science