[R] using latex() in R for Unix

Peter Dalgaard p.dalgaard at biostat.ku.dk
Wed Apr 5 23:11:12 CEST 2006


"Brian Quinif" <bquinif at gmail.com> writes:

> Yes, Peter, I do mean the later() function from the Hmsic package. 
> Below is a reproducible example.  Also, does anyone know how to stop R
> from automatically running LaTeX on the file produced by latex()

The last bit is easy. It's the print method that does that, so just
don't print. E.g.

 invisible(latex(....))

-- 
   O__  ---- Peter Dalgaard             Øster Farimagsgade 5, Entr.B
  c/ /'_ --- Dept. of Biostatistics     PO Box 2099, 1014 Cph. K
 (*) \(*) -- University of Copenhagen   Denmark          Ph:  (+45) 35327918
~~~~~~~~~~ - (p.dalgaard at biostat.ku.dk)                  FAX: (+45) 35327907




More information about the R-help mailing list