From Y.Lelkes at uva.nl Fri Nov 30 11:32:51 2012 From: Y.Lelkes at uva.nl (Yphtach Lelkes) Date: Fri, 30 Nov 2012 11:32:51 +0100 Subject: [Directlabels-commits] geom_dl and geom_smooth Message-ID: 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: