An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20090327/e88f9377/attachment-0002.pl>
print table (data.frame) to pdf
2 messages · Paulo Cardoso, Greg Snow
See either textplot in the gplots package or addtable2plot in the plotrix package, or for even more flexibility learn Sweave or its variants.
Gregory (Greg) L. Snow Ph.D. Statistical Data Center Intermountain Healthcare greg.snow at imail.org 801.408.8111 > -----Original Message----- > From: r-help-bounces at r-project.org [mailto:r-help-bounces at r- > project.org] On Behalf Of Paulo E. Cardoso > Sent: Friday, March 27, 2009 9:53 AM > To: r-help at r-project.org; r-help at stat.math.ethz.ch > Subject: [R] print table (data.frame) to pdf > > How can I print a data.frame to a PDF with pdf()...dev.off() > > ____________ > > Paulo E. Cardoso > > > > > [[alternative HTML version deleted]] > > ______________________________________________ > R-help at 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.