search for: tpsslmc

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

2011 Dec 08
0
Label margins in multiple perspective plots per page
...n a bit obscurity, with the tick values overlapping either the tick marks or the axes themselves. The code: main.grid<-layout(matrix(c(1,2,3,4,5,6,7,8),nr=4), widths=c(20,20), heights=c(20,20,20,20)) ticks <- pretty(z) par(mar=c(2,2,2,2)) z <- TPSSLmc x <- (1:nrow(z)+1980) y <- (1:ncol(z)) z0 <- min(z) z <- rbind(z0, cbind(z0, z, z0), z0) x <- c(min(x) - 1e-10, x, max(x) + 1e-10) y <- c(min(y) - 1e-10, y, max(y) + 1e-10) fill <- matrix("seagreen", nr = nrow(z)-1, nc = ncol(z)-1) fill[ , i2 <- c(1,...