Displaying 1 result from an estimated 1 matches for "sowndiv".
Did you mean:
soundio
2005 Nov 09
1
trellis: positioning of key
...ways overlaps with the x axis labels, no
matter how I try to specify any of the par() arguments (e.g. oma()).
Many thanks for any suggestions!
Christoph
###
for information, here??s the code I use
par(oma=c(0,0,3,0)) ###this, I think, is what should be changed
xyplot(jitter(height,factor=1) ~ sowndiv | time2,
groups=treatment, data=caging04051, subscripts=T,
xlab=list("Diversity",cex=1.5),
ylab=list("Height",cex=1.5),
layout=c(3, 1),
key=list(space="top",border=TRUE,
columns=1,
transparent=FALSE,
points...