Re: [R] panel.pairs in splom

2010-09-30 Thread ibrito
Indeed, some commands are missing. Sorry. My function is as follows, panel.cor1 <- function (x, y, digits=2, prefix="") { usr <- par("usr"); on.exit(par(usr)) par(usr = c(0,

Re: [R] panel.pairs in splom

2010-09-30 Thread ibrito
Sorry, I forget to define temp.df <- sapply(1:10, function(i) rnorm(20, 0,1)) Best, Isabel -- View this message in context: http://r.789695.n4.nabble.com/panel-pairs-in-splom-tp2720948p2720968.html Sent from the R help mailing list archive at Nabble.com. _

[R] panel.pairs in splom

2010-09-30 Thread ibrito
Hello, I have a customized pairs () fonction as follows that displays correctely my data. panel.cor1 <- function (x, y, digits=2, prefix="") { usr <- par("usr"); on.exit(par(usr)) par(usr = c(0,