powered by
mva.pairs(x, labels=colnames(x), log.it=TRUE,span=2/3,family.loess="gaussian", digits=3,line.col=2,main="MVA plot",cex=2,...)
TRUE
"gaussian"
"symmetric"
loess
mva.plot
pairs
x <- matrix(rnorm(4000),1000,4) x[,1] <- x[,1]^2 dimnames(x) <- list(NULL,c("chip 1","chip 2","chip 3","chip 4")) mva.pairs(x,log=FALSE,main="example")
Run the code above in your browser using DataLab