search for: testcex

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

2012 Sep 02
2
Impact of cex changing as a function of mfrow
...<- all(MFROW == MFCOL) if (TEST && MFROW == c(2,2)) CORRECT <- 1 / 0.83 if (TEST && (MFROW[1] >= 3 | MFROW[2] >= 3)) CORRECT <- 1 / 0.66 if (!TEST) cat("MFROW does not equal MFCOL\n") cat(MFROW, CORRECT, "\n") return(CORRECT) } pdf("TestCEX.pdf", 8, 6) par(mfrow=c(1,1), omi=c(1,1,1,1)) plot(1) mtext(outer=T, side=1, line=0, cex=1, "line 0") mtext(outer=T, side=1, line=FINDCEX(), cex=1, "line FINDCEX") mtext(outer=T, side=3, line=0, cex=1, "line 0") mtext(outer=T, side=3, line=1, cex=1, "line 1&q...