I am plotting nonlinear relationships with qplot,e.g.,
qplot(log(a),log(b)+stat_smooth(method="lm",formula="y~poly(x,2)",se=FALSE)
and get a plot of my data with (what appears to be) an accurate nonlinear regression curve. Is there a way to retrieve the equation (i.e., the coefficients) for the plotted curve?