I would like to output a nicely formatted data frame to a bitmap. Is this possible in R? -- View this message in context: http://r.789695.n4.nabble.com/Table-Frame-output-tp4636790.html Sent from the R help mailing list archive at Nabble.com.
Table/Frame - output
3 messages · jcrosbie, Greg Snow, andrija djurovic
There are functions that allow for the "plotting" of text and R objects that could be used to plot to a bitmap. Look at the 'addtable2plot' function in the plotrix package and the textplot function in the gplots package (look for alternative spellings if you don't find them based on those exact spellings). Also the 'capture.output' function may be helpful if you ever want to plot something that is not already in the formats needed. If you just want a single document that has both graphics and output in it, then look at sweave or knitr as possible ways to combine them.
On Tue, Jul 17, 2012 at 1:11 PM, jcrosbie <james at crosb.ie> wrote:
I would like to output a nicely formatted data frame to a bitmap. Is this possible in R? -- View this message in context: http://r.789695.n4.nabble.com/Table-Frame-output-tp4636790.html Sent from the R help mailing list archive at Nabble.com.
______________________________________________ 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.
Gregory (Greg) L. Snow Ph.D. 538280 at gmail.com
An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20120717/405fd16f/attachment.pl>