Message-ID: <200304041326.05520.deepayan@stat.wisc.edu>
Date: 2003-04-04T19:26:05Z
From: Deepayan Sarkar
Subject: trellis.graphic in for-loop
In-Reply-To: <2FE6D3D02CCDD211B80600902745F56C018D129E@exchange-tv.tvl.qld.csiro.au>
On Friday 04 April 2003 12:04 am, Alexander.Herr at csiro.au 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