[R] lattice -- panel order display

Sundar Dorai-Raj sundar.dorai-raj at pdf.com
Tue Mar 1 17:36:21 CET 2005



Luis Ridao Cruz allegedly said on 3/1/2005 9:53 AM:
> Here is a 'subset' of the ' test ' data .
> 
> xyplot ( number ~ cm | as.factor(test$year) , data=test)
> 
> 

<snip data>


Luis,

So what order are you expecting? Perhaps using `as.table = TRUE' is what 
you want??

xyplot(number ~ cm | as.factor(year), test, as.table = TRUE)


--sundar

> 
> 
>>>>Uwe Ligges <ligges at statistik.uni-dortmund.de> 01/03/2005 15:40:15
>>>>
> 
> Luis Ridao Cruz wrote:
> 
> 
>>R-help,
>>
>>I'm using 'xyplot' in lattice package which plots length frecuencies
> 
> by
> 
>>year (10).
>>The order I get is not logical and the 'index.cond' argument to
>>'xyplot' is a bit cumbersome when it comes to plot a great deal of
> 
> (in
> 
>>my case years).
>>
>>I have tried sorting the conditioning variable but still get the
> 
> same
> 
>>result.
>>
>>Is there any easy way to do it without making use of 'index.cond' ?
>>
>>The function call is as follows:
>>
>>xyplot ( number ~ cm | as.factor(test$year) , data=test)
> 
> 
> Not reproducible for us, we don't have "test", so please make your 
> example small and reproducible.
> 
> Uwe Ligges
> 
> 
>>Thanks in advance
>>
>>
>>
>>
>>>version
>>
>>         _              
>>platform i386-pc-mingw32
>>arch     i386           
>>os       mingw32        
>>system   i386, mingw32  
>>status                  
>>major    2              
>>minor    0.1            
>>year     2004           
>>month    11             
>>day      15             
>>language R
>>
>>______________________________________________
>>R-help at stat.math.ethz.ch mailing list
>>https://stat.ethz.ch/mailman/listinfo/r-help 
>>PLEASE do read the posting guide!
> 
> http://www.R-project.org/posting-guide.html
> 
> ______________________________________________
> R-help at stat.math.ethz.ch mailing list
> https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html




More information about the R-help mailing list