Skip to content
Prev 42901 / 398506 Next

Multiple groupedData plots in a postscript file using a loop

Thanks, but it does NOT work using a loop (your
example without loop works):

trellis.device("postscript", file = "PSFile.ps")
for (i in 1:1)
{
  plot(Loblolly)
}
dev.off()

Just an empty postscript file.

Karl.

 --- Uwe Ligges <ligges at statistik.uni-dortmund.de> :>
__________________________________________________________________