-----Original Message----- From: r-help-bounces at stat.math.ethz.ch [mailto:r-help-bounces at stat.math.ethz.ch] On Behalf Of Romain Francois Sent: Thursday, February 09, 2006 3:54 PM To: Tom Backer Johnsen One way could be to output in html format from R (with the R2HTML package) and then read back the html from your word processor Romain
If you go along the HTML path, the package xtable might be also your
friend:
library(xtable)
mymat <- matrix(1:9, ncol=3)
print.xtable(xtable(mymat), type="HTML")
Hope this is useful for you,
Roland
+++++
This mail has been sent through the MPI for Demographic Rese...{{dropped}}