[R] Include externally generated pdf in output (without Sweave)
Dieter Menne
dieter.menne at menne-biomed.de
Sun Oct 3 12:04:00 CEST 2010
Dear useRs,
I generated a simple image-based report using the sequence:
pdf(....)
plot(.....)
textplot( for short texts, from gplots)
dev.off()
Is there an easy way to include an single pdf-page from an external file
(not R generated).
Note: For final reports, I know how to use Sweave, but I am looking for a
quick solution with less overhead. Something like textplot() for pdf.
Dieter
More information about the R-help
mailing list