Skip to content

Instantly share code, notes, and snippets.

#Helena Eitel and Perri Haser
#Bio Lab 6, Section Monday 1:30pm
#TA: Xintao Fan
#11.12.16
library(readr)
library(dplyr)
library(ggplot2)
library(RColorBrewer)
#Helena Eitel
#Professor Merchant
#QSS 30.05
#Lab Assignment 7
library(readr)
library(dplyr)
library(ggplot2)
library(RColorBrewer)
#Helena Eitel
#Professor Merchant
#QSS 30.05
#Final Visualizations
library(readr)
library(dplyr)
library(ggplot2)
library(RColorBrewer)
library(maptools)
#Helena Eitel
#Professor Merchant
#QSS 30.05
#Lab Assignment 6
library(RColorBrewer)
library(dplyr)
library(readr)
library(ggplot2)
library(scales)
#Helena Eitel
#Professor Merchant
#QSS 30.05
#Lab Assignment 5
#open packages
library(readr)
library(dplyr)
library(RColorBrewer)
library(ggplot2)
#Helena Eitel
#Professor Merchant
#QSS 30.05
#Lab Assignment 4: Population Pyramids
library(readr)
library(dplyr)
library(ggplot2)
library(RColorBrewer)
#Helena Eitel
#Professor Merchant
#QSS 30.05
#9/29/2016
#Lab Assignment 3: Graphing
library(dplyr)
#only use working age (15-65) and exclude Alaska and Hawaii
#Helena Eitel
#QSS 30.05
#Lab Assignment 2
#Last Modified: 9/22/16
#open various packages to use later
library(dplyr)
library(readr)
library(tidyr)
#Helena Eitel
#QSS 30.05
#Lab 1 Assignment
#Last Modified: 9/16/16
#Create a dataframe for a bookstore
author <- c("Virginia Woolf","J.K. Rowling","Anthony Doerr","Roxane Gay","William Shakespeare","F. Scott Fitzgerald","Fyodor Dostoevsky","Aldous Huxley","Ralph Ellison","E.B. White")
title <- c("To the Lighthouse","Harry Potter and the Half-Blood Prince","All the Light We Cannot See","Bad Feminist","Hamlet","The Great Gatsby","The Brothers Karamazov
", "Brave New World","Invisible Man","Charlotte's Web")
year <- c(1927,2006,2014,2014,1600,1925,1880,1932,1947,1952)