Dear all, Is it possible to use abline() after calling playwith(plot(...)))?
x=1:10
y=x^2
playwith(plot(x,y)) # works fine
playwith({abline(lm(y~x))}) # doesn?t work
Thanks!
Christoph
______________________________________________
[email protected] mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

