Skip to content

Instantly share code, notes, and snippets.

@aurielfournier
Last active December 9, 2015 16:02
Show Gist options
  • Save aurielfournier/fc3aa7887ec00d86c433 to your computer and use it in GitHub Desktop.
Save aurielfournier/fc3aa7887ec00d86c433 to your computer and use it in GitHub Desktop.
grouping in geom_path
ggplot()+geom_path(data=dd, aes(x=lon,y=lat, group=bandnumber))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment