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,
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.
_
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,
3 matches
Mail list logo