[R] How to export hexbin tables?

fco.pch francisco at dfte.ufrn.br
Thu Mar 22 22:49:00 CET 2012


After go dinner...an non elegant "patch solution"... is working:

/str(hbin)
density <- table(hbin at count)
cell <- table(hbin at cell)
xcm <- table(hbin at xcm)
ycm <- table(hbin at ycm)

write.table(density, file="temp.density", sep="\t")/
... and the same for xcm, ycm, cell
the disadvantage is to work with 4 ASCII tables, which I need to "paste"

PS: Michael... your solution seems to be less antediluvian ;) 


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



More information about the R-help mailing list