[R] Merge postscript files into ps/pdf

Joshua Wiley jwiley.psych at gmail.com
Fri Nov 12 08:28:57 CET 2010


Hi Ralf,

It is easy to make a bunch of graphs in one file (each on its own
page), using the onefile = TRUE argument to postscript() or pdf()
(depending what type of file you want).  I usually use Ghostscript for
tinkering with already created postscript or PDF files.  To me there
is more appropriate software than R to use if you want to
edit/merge/manipulate postscript or PDF files.

Cheers,

Josh

On Thu, Nov 11, 2010 at 11:07 PM, Ralf B <ralf.bierig at gmail.com> wrote:
> I created multiple postscript files using ?postscript. How can I merge
> them into a single postscript file using R? How can I merge them into
> a single pdf file?
>
> Thanks a lot,
> Ralf
>
> ______________________________________________
> 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.
>



-- 
Joshua Wiley
Ph.D. Student, Health Psychology
University of California, Los Angeles
http://www.joshuawiley.com/



More information about the R-help mailing list