ok, found a workaround using 'useOuterStrips':
#Example:
require(lattice)
#require(latticeExtra)
f <- data.frame(a = c(1:40), b = c(1:10, 20:29, 990:999, 20:29),
d = c(rep("A", 20), rep("B", 20)),
e = c(rep("X", 10), rep("Y", 10), rep("X", 10), rep("Y",
10)))
useO
Hi Duncan,
Thanks for your reply.
It is my understanding the whole problem arises from using 'relation =
free'. It looks like xlab.top ignores this and positions the labels as if
'relation = same'.
My example is actually a simplified version of a much more complicated plot.
It creates a 12 by 5
2 matches
Mail list logo