Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@masayukeeeee
Created October 31, 2016 15:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save masayukeeeee/57b20e6b5ba46b69e03f6fed1b45a176 to your computer and use it in GitHub Desktop.
Save masayukeeeee/57b20e6b5ba46b69e03f6fed1b45a176 to your computer and use it in GitHub Desktop.
for(i in 1:n){
tmp1 <- map.data[[i]]
if(i==1){
plot(tmp1, type="l", xlim=jpn.xlim, ylim=jpn.ylim, xlab='', ylab='')
}
lines(tmp1)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment