On Friday 04 April 2003 12:04 am, [EMAIL PROTECTED] wrote: > Hi list, > > I am unsuccessfully trying to produce a serious of trellis barcharts from > within a for-loop. The barcharts work outside the loop. What am I missing?
An explicit print() outside the barchart call. The result of barchart is a "trellis" object, which needs to be printed for anything to be plotted. Deepayan ______________________________________________ [EMAIL PROTECTED] mailing list https://www.stat.math.ethz.ch/mailman/listinfo/r-help
