[Directlabels-commits] geom_dl and geom_smooth
Yphtach Lelkes
Y.Lelkes at uva.nl
Fri Nov 30 11:32:51 CET 2012
Hi there,
I'd like to use geom_dl and geom_smooth and label only the last smoothed
estimate. Is there a method to do this?
e.g.,
x <- sample(1:10,100,replace=T)
y <- rnorm(100)
ggplot(data.frame(x,y),aes(x=x,y=y))+geom_smooth()+geom_dl(label="Label",method="last.qp")
thanks,
Yph
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.r-forge.r-project.org/pipermail/directlabels-commits/attachments/20121130/2c0e8ceb/attachment.html>
More information about the Directlabels-commits
mailing list