[R] Reccomendation for graphics package

Zeljko Vrba zvrba at ifi.uio.no
Fri May 1 21:51:45 CEST 2009


On Fri, May 01, 2009 at 09:38:13PM +0200, Zeljko Vrba wrote:
> On Fri, May 01, 2009 at 01:06:34PM -0500, hadley wickham wrote:
> > 
> > It should be trivial with ggplot2 too, but it's hard to provide
> > concrete advice without a concrete problem.
> > 
> Elementary problem:
> 
> qplot(wg, v.realtime, data=df.best.medians$gv1, facets = . ~ n, colour=sp)
> 
> produces a nice plot. Adding a geom="line" produces everything *except* the
> lines that show the dataset!  What am I doing wrong? (R-2.9.0, on 64-bit Vista;
> package freshly installed from CRAN)
> 

Update: geom="path" plots the lines.  The "wg" variable is a factor, if
that matters.




More information about the R-help mailing list