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,lines=TRUE),layout=c(3,3))
Liam
[[alternative HTML version deleted]]
______________________________________________
[email protected] 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.