Skip to content
Prev 96738 / 398500 Next

Overplotting: plot() invocation looks ugly ... suggestions?

And if lattice is ok then try this:

library(lattice)
xyplot(Consumption ~ Quarter, group = Year, data, type = "o")
On 7/24/06, Gabor Grothendieck <ggrothendieck at gmail.com> wrote: