Re: [R] GGplot controlling point size across range

2012-02-10 Thread Hadley Wickham
On Thu, Jan 12, 2012 at 5:27 PM, Darran King wrote: > Hi all > > New to R and GGplot2 but loving the potential. I am trying to plot four > separate point plots by looping over the data and plotting a different > subset each time. > > When I plot the data as a point plot, the size of the points is

Re: [R] GGplot controlling point size across range

2012-01-12 Thread Jeff Newmiller
A) There is a dedicated ggplot mailing list. B) proper protocol here is to provide a reproducible example including sample data that we can run. See the posting guide mentioned at the end of every message. C) create a factor (perhaps using the cut function) in your original data set, before su

[R] GGplot controlling point size across range

2012-01-12 Thread Darran King
Hi all New to R and GGplot2 but loving the potential. I am trying to plot four separate point plots by looping over the data and plotting a different subset each time. When I plot the data as a point plot, the size of the points is determined by the data values used as below qplot(accum_rain, a