> -----Original Message-----
> From: [EMAIL PROTECTED] 
> [mailto:[EMAIL PROTECTED] 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}}

______________________________________________
[email protected] mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html

Reply via email to