Skip to content

Instantly share code, notes, and snippets.

@awhstin
Last active March 9, 2016 21:17
Show Gist options
  • Save awhstin/5e71d881ef3d683b4587 to your computer and use it in GitHub Desktop.
Save awhstin/5e71d881ef3d683b4587 to your computer and use it in GitHub Desktop.
map<-ggplot(data=na.df)+geom_polygon(aes(long,lat,group=group),alpha=.5,color="gray")+
theme(panel.grid.minor=element_blank(), panel.grid.major=element_blank(), panel.background = element_rect(fill="white"), axis.ticks=element_blank(), axis.text=element_blank(), axis.title= element_blank())+
scale_x_continuous(limits = c(-87.8, -87.55))+ scale_y_continuous(limits = c(41.8, 42))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment