Skip to content
Prev 69077 / 398502 Next

Combining numeric vs numeric & numeric vs factor graphs into one ps/pdf file

On Tuesday 03 May 2005 10:44, Arenas, David R. CIV NAVAIR DEPT wrote:
I can't think of a clean way to do this. You could of course do 

xyplot(ifelse(status == "pass", as.numeric(site), H) ~ CD| acft,
       data=test.df, scales = "free",
       layout=c(1,1) )

but this wouldn't give very nice axis labels for the factor (unless you 
specify them manually, which could be done).

Deepayan