[R] writing a fomated matrix

Vladimir Eremeev wl2776 at gmail.com
Mon Feb 5 12:57:05 CET 2007



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.



More information about the R-help mailing list