Skip to content
Prev 42900 / 398506 Next

Multiple groupedData plots in a postscript file using a loop

On Saturday 17 January 2004 08:58, Karl Knoblick wrote:
replace this line with 

        print(plot(Loblolly))

(plot(Loblolly) produces a ``trellis'' object, which needs to be 'print'-ed 
for anything to be actually plotted. Inside a loop (or a function), this does 
not happen unless you call print() explicitly)