[R] Creating pdf report
Jannis
bt_jannis at yahoo.de
Sun Jun 6 19:56:37 CEST 2010
For multiple figures on one page have a look at
"An introduction to R" (pdf, downloadable from the net), page 72
For printing the data have a look at:
library(gplots)
help(textplot)
HTH
Jannis
bjlwilkinson at gmail.com schrieb:
> I'm looking for a way to create a pdf report that contains multiple graphs on one page as well as tables (ideally with some lines below categories etc.) . I have used the pdf(filename) followed by dev.off() to date but this prints one graph per page and does not seem to have functionality for tables.
> Thanks
>
> Sent from my BlackBerry® wireless device
> ______________________________________________
> 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.
>
>
More information about the R-help
mailing list