search for: magrang

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

Did you mean: mgrang
2012 Mar 20
1
overriding "summary.default" or "summary.data.frame". How?
...## We could brute force the names outside the edges like this par(xpd=T) text(datsummNT$mean, datsummNT$var, labels=rownames(datsummNT), cex=0.8) ## but that is not much better par(xpd=F) ## Here is one fix. Make the unused space inside the plot larger by ## making xlim and ylim bigger. I use the magRange function from ## rockchalk to easily expand range to 1.2 times its current size. ## otherwise, long variable names do not fit inside plot. magRange ## could be asymmetric if we want, but this use is symmetric. library(rockchalk) rownames(datsummNT) rownames(datsummNT) <- c("boring var&quo...