[R] plot.new?

Marta Rufino mrufino at ipimar.ualg.pt
Thu Aug 26 17:45:03 CEST 2004


Hello,

Probably the only probem is that you have to do the plot first, than you put
the line in.
so, first:
plot(x,y)
# then you do the abline command.
abline(coef..., col=2)

Marta




More information about the R-help mailing list