Skip to content

Instantly share code, notes, and snippets.

@awhstin
Last active March 9, 2016 21:16
Show Gist options
  • Save awhstin/3ee3ed5b6ea151059f07 to your computer and use it in GitHub Desktop.
Save awhstin/3ee3ed5b6ea151059f07 to your computer and use it in GitHub Desktop.
map+geom_segment(data=theages, aes(x=longitude, y=latitude, xend=lon1, yend=lat1, colour=range), alpha=.0025)+
scale_x_continuous(limits = c(-87.8, -87.55))+
scale_y_continuous(limits = c(41.8, 42))+
scale_colour_brewer(palette="Dark2")+
guides(colour = guide_legend(title="Age Range",override.aes = list(alpha = 1)))+
theme(legend.position="none")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment