Advanced R Graphics

Exercise: Advanced Plotting

Use the Seattle Housing Data Set http://math.montana.edu/ahoegh/teaching/stat408/datasets/SeattleHousing.csv to create an interesting graphic, include informative titles, labels, and add an annotation.

Seattle.in <- read.csv('http://math.montana.edu/ahoegh/teaching/stat408/datasets/SeattleHousing.csv', stringsAsFactors = F)

Exercise: ggplot2

Now use ggplot2 to create an interesting graph using the Seattle Housing data set.