[R] Multiple Plotting help (lines don't always connect)

stephen sefick ssefick at gmail.com
Mon Aug 18 03:55:22 CEST 2008


d <- structure(c(1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 1,
2, 3, 4, 5, 6, 7, 8, 9, 10, NA, NA, NA, 14), .Dim = c(14L, 2L
), .Dimnames = list(NULL, c("a", "b")))
plot(d, type="b")

This is simplified, but Is there an option I am missing that will
force all of the points to be joined by a line?

Stephen Sefick


-- 
Let's not spend our time and resources thinking about things that are
so little or so large that all they really do for us is puff us up and
make us feel like gods. We are mammals, and have not exhausted the
annoying little problems of being mammals.

	-K. Mullis



More information about the R-help mailing list