[R] How to export hexbin tables?

fco.pch francisco at dfte.ufrn.br
Thu Mar 22 17:31:41 CET 2012


Hi all! 
I'm trying to save an output of the HEXBIN process... is so much data
(105k), and I need to export to an ASCII file. 
I tried to use: 
 write.table() ----> Error in as.data.frame.default(x[[i]], optional = TRUE)
: 
  cannot coerce class 'structure("hexbin", package = "hexbin")' into a
data.frame 

 cat() ---> Error in cat(list(...), file, sep, fill, labels, append) : 
  argument 1 (type 'S4') cannot be handled by 'cat' 

 write() 
  
...but they didn't work  :/ 
Please, somebody can help me? 

THANKS! Fco

--
View this message in context: http://r.789695.n4.nabble.com/How-to-export-hexbin-tables-tp4496035p4496035.html
Sent from the R help mailing list archive at Nabble.com.



More information about the R-help mailing list