Skip to content
Prev 139198 / 398506 Next

Graphing question (multiple line graphs arranged spatially)

I don't quite see how you can do this as a
3-dimenional graph but will something like this do
what you want?

Note I used xx rather than c for the data.frame name.

plot(x$bas~x$month, type="b", col=1,
ylim=c(min(xx$bas),max(xx$bas)),
      xlim=c(max(xx$month),min(xx$month) ))
lines(y$bas~y$month, type="b", col=2)
lines(z$bas~z$month,  type="b", col=3)
lines(zz$bas~zz$month,  type="b",col=4)
--- stephen sefick <ssefick at gmail.com> wrote:

            
Looking for the perfect gift? Give the gift of Flickr!