Hello everyone,I have a dataframe (myData) of species abundance with lat lon data.--
latitude longitude species abundance location
11.6129 1.2891 x 200 here
11.6129 1.2891 y 500 here
15.377 14.754 y 5000 there
15.377 14.754 z 2001 there
I can easily get a barplot of species abundance at each site like this.
qplot(y=abundance,x=species,data=myData,geom="bar",facets=~location).
That is all well and good, but I want to plot these barplots not in a regular grid, as facets produces, plotted to a real map. I am aware of the lovely ggmap package and I have downloaded a google satellite image. I can overlay point data, but I can't figure out how to get a geom like a barplot to overlay on the map.
Thanks for any help you can give.
Andrew Barr
You received this message because you are subscribed to the ggplot2 mailing list.
Please provide a reproducible example: https://github.com/hadley/devtools/wiki/Reproducibility
To post: email ggp...@googlegroups.com
To unsubscribe: email ggplot2+u...@googlegroups.com
More options: http://groups.google.com/group/ggplot2