Message-ID: <200503011249.14303.deepayan@stat.wisc.edu>
Date: 2005-03-01T18:49:14Z
From: Deepayan Sarkar
Subject: lattice -- panel order display
In-Reply-To: <s2249b47.052@ffdata.setur.fo>
On Tuesday 01 March 2005 10:41, Luis Ridao Cruz wrote:
> I do the following:
>
> test$year <- factor (test$year , ordered = TRUE)
> xyplot ( number~cm | year, data = test , type = "l" )
>
> and still get the same.
What you haven't told us yet is what's wrong with what you get.
-Deepayan