Re: [R] How to turn the xyplot graphics upside-down?

2009-05-16 Thread Ben Bolker
lau kue wrote: > > Hi everyone, > > I'm learning to use R. The below script works well, but i want to turn the > y-axis and the graphics upside-down, how should i do? Appreciate if any > tips! > > Your example isn't reproducible (i.e. we don't have the data), so can't be sure, but try givin

[R] How to turn the xyplot graphics upside-down?

2009-05-16 Thread lau kue
Hi everyone, I'm learning to use R. The below script works well, but i want to turn the y-axis and the graphics upside-down, how should i do? Appreciate if any tips! > library(lattice) > xyplot(P3+PZ+P4+C3+CZ+C4+F3+FZ+F4~Time,groups=Cond,data=data,type="l",auto.key=list(space="top",points=FALSE