Skip to content

Instantly share code, notes, and snippets.

@masayukeeeee
Created October 25, 2016 14:54
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/83ccd26a79fe22632aa844d6ece88e21 to your computer and use it in GitHub Desktop.
Save masayukeeeee/83ccd26a79fe22632aa844d6ece88e21 to your computer and use it in GitHub Desktop.
x <- all.list[[1]][[1]]
plot(x[,1], x[, 2], type="l", xlim=c(138, 150), ylim=c(40, 48))
x <- all.list[[1]][[2]]
lines(x[,1], x[,2])
x <- all.list[[1]][[3]]
lines(x[,1], x[,2])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment