[R] ggplot usage question

hadley wickham h.wickham at gmail.com
Sat Jul 14 17:43:58 CEST 2007


On 7/14/07, Pete Kazmier <pete-expires-20070910 at kazmier.com> wrote:
> Could someone show me how to get a blue line in this plot?
>
> > ggplot(movies, aes(x=rating)) + stat_qq(geom="line",
>     quantiles=seq(0,1,0.005), distribution=qunif)

It's a bug in ggplot, sorry.  It will be fixed in the next version.

Hadley



More information about the R-help mailing list