Re: [R] points size in plots

2008-05-02 Thread Ruben Roa Ureta
>> -Original Message- >> From: [EMAIL PROTECTED] >> [mailto:[EMAIL PROTECTED] On Behalf Of Irene Mantzouni >> Sent: Friday, May 02, 2008 7:52 AM >> To: [EMAIL PROTECTED] >> Subject: [R] points size in plots >> >> Dear list, >> >>

Re: [R] points size in plots

2008-05-02 Thread Greg Snow
> To: [EMAIL PROTECTED] > Subject: [R] points size in plots > > Dear list, > > > > I would like to produce a plot of variables where the size of > the points will be indicative of their standard errors. > > How is that possible? > > > > Th

Re: [R] points size in plots

2008-05-02 Thread hadley wickham
Hi Irene, Assuming you have already calculated the standard errors, something like the following will work: library(ggplot2) qplot(x, y, data=mydataframe, size = se) Hadley On Fri, May 2, 2008 at 8:52 AM, Irene Mantzouni <[EMAIL PROTECTED]> wrote: > Dear list, > > > > I would like to produce a

[R] points size in plots

2008-05-02 Thread Irene Mantzouni
Dear list, I would like to produce a plot of variables where the size of the points will be indicative of their standard errors. How is that possible? Thank you! [[alternative HTML version deleted]] __ R-help@r-project.org mailing li