Skip to content

Instantly share code, notes, and snippets.

@Protonk
Created May 3, 2011 04:48
Show Gist options
  • Select an option

  • Save Protonk/952832 to your computer and use it in GitHub Desktop.

Select an option

Save Protonk/952832 to your computer and use it in GitHub Desktop.
zomg where'd mah DL go
library(maps)
dl.d<-read.csv(file="~/Downloads/dl dummy.csv",as.is=TRUE)
map('usa')
map("state", boundary = FALSE, lty = 2, add = TRUE)
map("state",region=c(dl.d[dl.d[,2]>0,1]),fill=TRUE,col=3,add=TRUE)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment