Hi all,

By default a call to xyplot from the Lattice package when using 2 factors [eg xyplot( dv~iv | XY * AB ) ] yields the following shingle structure:

|_A_|_A_|_B_|_B_|
|_X_|_Y_|_X_|_Y_|

However, I'm wondering if it is possible to merge the upper shingle within levels of that factor, as in:

|___A___|___B___|
|_X_|_Y_|_X_|_Y_|

Mike

--
Mike Lawrence
Graduate Student, Department of Psychology, Dalhousie University

www.memetic.ca

"The road to wisdom? Well, it's plain and simple to express:
Err and err and err again, but less and less and less."
        - Piet Hein

______________________________________________
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