Milton Cezar Ribeiro wrote: > > I have a 1000x1000 matrix and I would like to write it in a ASC file, > where each row from my matrix > are written in a separated line. I tryed write() function, but it don“t > work fine to me. > any idea? > Kind regards, Miltinho >
What was unsatisfying? You could also try ?write.table and library(MASS); ?write.matrix -- View this message in context: http://www.nabble.com/-R--writing-a-fomated-matrix-tf3173848.html#a8804977 Sent from the R help mailing list archive at Nabble.com. ______________________________________________ [email protected] 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.
