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 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 list > https://stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide http://www.R-project.org/posting-guide.html > and provide commented, minimal, self-contained, reproducible code. > -- http://had.co.nz/ ______________________________________________ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.