Re: [R] Plotting bar graph over a geographical map

2012-07-02 Thread hgerritsen
You could try the library mapplots, see example below: http://r.789695.n4.nabble.com/file/n4635091/xy.png -- View this message in context: http://r.789695.n4.nabble.com/Plotting-bar-graph-over-a-geographical-map-tp4346925p4635091.html Sent from the R help mailing list archive at Nabble.com. __

Re: [R] Plotting bar graph over a geographical map

2012-02-10 Thread Hadley Wickham
Hi Simon, You might want to try sending a small reproducible example (https://github.com/hadley/devtools/wiki/Reproducibility) to the ggplot2 mailing list. Hadley On Tue, Jan 31, 2012 at 10:53 PM, sjlabrie wrote: > Hi, > > I am looking for a way to plot bar on a map instead of the standard poin

Re: [R] Plotting bar graph over a geographical map

2012-02-02 Thread Greg Snow
...@imail.org 801.408.8111 > -Original Message- > From: r-help-boun...@r-project.org [mailto:r-help-bounces@r- > project.org] On Behalf Of sjlabrie > Sent: Tuesday, January 31, 2012 9:53 PM > To: r-help@r-project.org > Subject: [R] Plotting bar graph over a geographical m

[R] Plotting bar graph over a geographical map

2012-01-31 Thread sjlabrie
Hi, I am looking for a way to plot bar on a map instead of the standard points. I have been using ggplot2 and maps libraries. The points are added with the function geom_point. I know that there is a function geom_bar but I can't figure out how to use it. Thank you for your help, Simon #