Displaying 1 result from an estimated 1 matches for "plot13".
Did you mean:
plot1
2005 Mar 22
3
Lattice : factor levels in the margins
...ainst lattice graprhics. ;) I'm trying to produce
a conditionnal xyplot with two conditionning factors (let's say A and
B). I want the levels of those factors (A1, A2, etc) to show in the
margins of the lattice plot, not in the strips between the panels.
A1 A2 A3
plot11 plot12 plot13 B1
plot21 plot22 plot23 B2
I managed to remove the strips with strip=FALSE, but now I can't find
how to write the levels of the factors in the margin in front of their
respective lines/columns. It doesn't seems that xlab and ylab arguments
could help doing this, as I can't inser...