[R] plotting and unplotting lines in R

kjetil brinchmann halvorsen kjetil at entelnet.bo
Sun Jan 12 12:45:03 CET 2003


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
> 
> ______________________________________________
> R-help at stat.math.ethz.ch mailing list
> http://www.stat.math.ethz.ch/mailman/listinfo/r-help




More information about the R-help mailing list