Skip to content

Instantly share code, notes, and snippets.

@KarthiAru
Created December 19, 2016 13:35
Show Gist options
  • Save KarthiAru/9c1ae7bcff6b259c7cf31c071eab0010 to your computer and use it in GitHub Desktop.
Save KarthiAru/9c1ae7bcff6b259c7cf31c071eab0010 to your computer and use it in GitHub Desktop.
#plot the first layer
plot(poly.data[[1]])
#plot the other layers
for (i in 2:length(layers)) {
plot(poly.data[[i]], add=T)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment