Skip to content

Latest commit

 

History

History
 
 

week_08

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Data visualization with ggplot2 and R

This week's lecture and exercise talks about some fundamentals of data visualization, then dives into creating graphics with the ggplot2 package in R. Follow along with the R visualization - ggplot2 page.

Lecture Video Lecture Slides

This week's assignment is:

  1. Finish going through any steps of the tutorial we didn't get to
  2. Load the starwars data (instead of the mpg data we used this week) and make a pretty graph that tells you something informative. Use colors, move the axes, scale them appropriately, add titles and legends, etc.