Displaying 1 result from an estimated 1 matches for "clodurperc".
2011 Mar 20
3
problem with xyplot
Hi all,
I am having a problem using xyplot from lattice library. I am plotting one
variable against another one, conditioning on two other variablesm one of
which has 3 levels and the other 6 levels. The output is thus a 6x3 panel
plot. Here's my code:
print((xyplot(CloDurPercent[CloDurNA != 'NA' & Mscor<3.5]~ConsDur[CloDurNA
!= 'NA' & Mscor<3.5]|Pos*ConsId, data = Stops, pch = '.'))
One of the panels is not plotting the data in it -- it remains blank. I
first thought that I had some problem with this particular data subset but
no,...