On 11/10/07, Chuck Cleland <[EMAIL PROTECTED]> wrote: > RSiteSearch("SPSS", restrict="function") shows nothing relevant to > *.spo files. I don't think you will ever see an R *.spo writer. You > might look into one or more of the following to produce accessible and > attractive output for clients: > > Sweave > OdfWeave > R2HTML
There is also: Hmisc library [latex()] - for LaTeX output xtable library [xtable()] - for LaTeX and HTML output prettyR library - for HTML output You can use Rcmdr to easily produce graphics and save them either as .jpg or .png files. It may soon be possible to export objects as LaTeX or HTML using Rcmdr's graphical user interface. Also, check relax for a GUI specializing on creating reports in LaTeX. Regards, Liviu ______________________________________________ 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.