"stephen sefick" <[EMAIL PROTECTED]> wrote in news:[EMAIL PROTECTED]:
fish <- "station month bas 190 5 0.000 190 7 1.563 190 10 0.000 190 11 0.000 202 4 18.750 202 5 18.750 202 7 6.250 202 10 4.800 202 11 3.125 198 4 18.750 198 5 31.250 198 7 3.125 198 10 3.200 198 11 12.500 205 4 0.000 205 5 0.000 205 7 0.000 205 10 0.000 205 11 0.000 " c<-read.table(textConnection(fish), header=TRUE) > > I would like to put all of the all of these individual line graphs > into one 3d graph organized by descending station (205-190). Does > anyone know how to do this? This seems to work: wireframe(bas ~ rev(station)*month, data=c) -- David Winsemius ______________________________________________ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.