search for: abcur

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

Did you mean: abchr
2011 Jun 02
1
ylab spacing in resizePanels in latticeExtra
...B <- barchart(matrix(1:6,3,2)) C <- barchart(matrix(1:8,4,2)) ABC <- c(A, B, C, x.same=TRUE, layout=c(1,3)) ABCu <- update(ABC, ylab=list(c("AAA", "BBB", "CCC"), rot=0)) update(ABCu, main="ylab is centered on each of the panels") ABCur <- resizePanels(ABCu, h=c(5,3,4)) update(ABCur, main="ylab is centered on previous panel positions.") [[alternative HTML version deleted]]