After go dinner...an non elegant "patch solution"... is working: /str(hbin) density <- table(hbin@count) cell <- table(hbin@cell) xcm <- table(hbin@xcm) ycm <- table(hbin@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. ______________________________________________ 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.