On 11 Jan 2003 at 14:11, RexBryan wrote: plot(1:10, 1:10, type="n") lines(1:10, 1:10) lines(1:10, 1:10, color="white")
Kjetil Halvorsen > I would like to plot and unplot a line to a graph using R's line > command. This would allow for sequentially trying different plotted > functions for a visual fit. Is there a way to do this? > > Rex > > ______________________________________________ > [EMAIL PROTECTED] mailing list > http://www.stat.math.ethz.ch/mailman/listinfo/r-help ______________________________________________ [EMAIL PROTECTED] mailing list http://www.stat.math.ethz.ch/mailman/listinfo/r-help
