search for: test_z

Displaying 1 result from an estimated 1 matches for "test_z".

Did you mean: test_
2008 Jun 09
3
xyplot.zoo question about strip.left and layout
...1:5, b = 11:15, c = 21:25, d = 31:35, e = 41:45) + rnorm(5)) test1<-xyplot(z, as.table=TRUE , strip=TRUE , strip.left=FALSE , layout=c(1,3,2)) test2<-xyplot(z, as.table=TRUE , strip=FALSE , strip.left=TRUE , layout=c(1,3,2)) trellis.device(device="pdf", color = FALSE, file="test_z.pdf", paper="a4" ,width = 6, height =10 ) print(test2) dev.off() Thanks already in advance! Klaus PS: I use R 2.7.0 on windows XP and lattice_0.17-8 and zoo_1.5-3. --