Re: [R] curve from a formula with ggplot2

2009-07-17 Thread Benoit Boulinguiez
: r-help@r-project.org Objet : Re: [R] curve from a formula with ggplot2 Hi Benoit, Have a look at http://had.co.nz/ggplot2/stat_function.html. Does that help? Hadley On Tue, Jul 7, 2009 at 11:15 AM, Benoit Boulinguiez wrote: > Hi all, > > I'm smoothly transferring my lattice

Re: [R] curve from a formula with ggplot2

2009-07-12 Thread hadley wickham
Hi Benoit, Have a look at http://had.co.nz/ggplot2/stat_function.html. Does that help? Hadley On Tue, Jul 7, 2009 at 11:15 AM, Benoit Boulinguiez wrote: > Hi all, > > I'm smoothly transferring my lattice graphs to ggplot2 graphs, but I'm stuck > on representing a curve from a formula. > I'm loo

[R] curve from a formula with ggplot2

2009-07-07 Thread Benoit Boulinguiez
Hi all, I'm smoothly transferring my lattice graphs to ggplot2 graphs, but I'm stuck on representing a curve from a formula. I'm looking for the equivalent of curve() in ggplot2, Hadley Wickham mentions geom_curve, but as far as I've seen in the help it doesn't exist. My need is to plot a regul