Skip to content
Prev 175587 / 398506 Next

labeling panels in lattice plots

Try converting year to a factor

xyplot(min + max + ave ~ month | factor(year), data = rain.stats, ...)

Also, notice the inclusion of the "data" argument.

HTH,

--sundar
On Tue, Mar 31, 2009 at 6:28 AM, <Steve_Friedman at nps.gov> wrote: