Like this? mymat<-matrix(1:10000,nc=100) for (nc in 1:dim(mymat)[2]) mymat[nc,]<-nc image(mymat,col=colors())
Miltinho Brazil ----- Mensagem original ---- De: Ajar <[EMAIL PROTECTED]> Para: R-help@r-project.org Enviadas: Quarta-feira, 23 de Janeiro de 2008 18:36:59 Assunto: [R] image question Hi, I have a question regarding the image function. Is there a way to specify a separate color set for each column in the matrix? TIA, ajar. ______________________________________________ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code. para armazenamento! [[alternative HTML version deleted]] ______________________________________________ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.