Skip to content

Instantly share code, notes, and snippets.

@cdesante
Created October 23, 2012 15:45
Show Gist options
  • Save cdesante/3939568 to your computer and use it in GitHub Desktop.
Save cdesante/3939568 to your computer and use it in GitHub Desktop.
cast2
library(ggplot2)
library(gridExtra)
library(reshape)
anes.year <- melt(ANES, id=c("year"), na.rm=TRUE)
head(anes.year)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment