My question arises when I use levelplot graphics. For example,

 

levelplot(z~x*y|fg) where fg is a factor with three levels of
'a','b','c'. The panels come out in a default order. I would like to
rearrange the panels in a manner of 'c','b','a'. I used 

fg<-ordered(fg, levels=c('c','b','a')) 

But the panels are still the same. 

 

I would appreciate any help...

 

Weidong Gu

UAB

 


        [[alternative HTML version deleted]]

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to