search for: pairs1

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

Did you mean: pairs
2010 Aug 31
1
"pairs" with same xlim and ylim scale
...to pass the "xlim" and "ylim" into the function so the x and y axes are in the same scale and 45 degree lines are exactly diagonal. I've looked at some old posts, they didn't help much. I think this is b/c I have multiple panel functions. Help! Thanks! ...Tao pairs1 <- function(x, ...) { f.xy <- function(x, y, ...) { points(x, y, ...) abline(0, 1, col = 2) } panel.cor <- function(x, y, digits=2, prefix="", cex.cor) { usr <- par("usr"); on.exit(par(usr)) par(usr = c(0, 1, 0,...