search for: loooooooooooooooooooooooooooong

Displaying 1 result from an estimated 1 matches for "loooooooooooooooooooooooooooong".

2008 May 14
1
lattice: left-aligned text in strips?
...data.frame(x=rnorm(100), y=rnorm(100), a=rep(c("A: centered text","B: centered text"),50)) xyplot(y ~ x | a, data = test) # ok, strip text is centered test <- data.frame(x=rnorm(100), y=rnorm(100), a=rep(c("A: left-aligned text","B: left-aligned text (possibly loooooooooooooooooooooooooooong string"),50)) xyplot(y ~ x | a, data = test) # how??? I am using R 2.6.2 on Windows XP, package lattice Version 0.17-6. [The reason I would like to do this is because "in real life" my conditioning variable 'a' can have quite long strings as its value. I am automatically c...