Hi there, <div>I'd like to use geom_dl and geom_smooth and label only the last smoothed estimate. Is there a method to do this?</div><div><br></div><div><br></div><div>e.g.,</div><div><br></div><div><div>x <- sample(1:10,100,replace=T) </div>
<div>y <- rnorm(100) </div><div>ggplot(data.frame(x,y),aes(x=x,y=y))+geom_smooth()+geom_dl(label="Label",method="last.qp")</div></div><div><br></div><div>thanks,</div><div>Yph</div>