Skip to content
Prev 85953 / 398502 Next

plotting lines that break if data break

It does break already.  Try this:

plot(1:10, c(1:5,NA,7:10), type = "l")
plot(c(1:5,NA,7:10), 1:10, type = "l")
On 2/7/06, Denis Chabot <chabotd at globetrotter.net> wrote: