Skip to content

Instantly share code, notes, and snippets.

@awhstin
Created March 17, 2016 00:26
Show Gist options
  • Save awhstin/cda18f7938be60b80193 to your computer and use it in GitHub Desktop.
Save awhstin/cda18f7938be60b80193 to your computer and use it in GitHub Desktop.
plot(shape,lwd=.3, main="Spain")
points(spain$Lon3,spain$Lat3,cex=.01, pch=19, col="red4")
plot(shape,lwd=.3, main="France")
points(france$Lon3,france$Lat3,cex=.01, pch=19, col="royalblue4")
plot(shape,lwd=.3, main="Nederland") points(nether$Lon3,nether$Lat3,cex=.01, pch=19, col="sienna1")
plot(shape,lwd=.3, main="United Kingdom") points(uk$Lon3,uk$Lat3,cex=.01, pch=19, col="gray78")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment