Skip to content
Prev 156593 / 398506 Next

reproduce this graph in ggplot2 (code and data included)

Here's one way:

qplot(degreedays, therms, data=heating, colour = Location, shape = Location) +
 geom_smooth(method = "lm", fullrange = T, se = F)

Hadley
On Fri, Sep 19, 2008 at 12:45 PM, Juliet Hannah <juliet.hannah at gmail.com> wrote: