Re: [R] Inserting an image into a PDF file

2010-07-18 Thread Paul Murrell
Hi On 12/07/2010 4:33 a.m., Marc Schwartz wrote: On Jul 11, 2010, at 10:51 AM, David Winsemius wrote: On Jul 11, 2010, at 11:06 AM, Dennis Fisher wrote: Colleagues, I am creating a PDF document from R using pdf(), the document contains text / images created with R. I also have an image

Re: [R] Inserting an image into a PDF file

2010-07-11 Thread Marc Schwartz
On Jul 11, 2010, at 10:51 AM, David Winsemius wrote: > > On Jul 11, 2010, at 11:06 AM, Dennis Fisher wrote: > >> Colleagues, >> >> I am creating a PDF document from R using pdf(), the document contains text >> / images created with R. I also have an image in either PDF / TIFF / JPEG >> forma

Re: [R] Inserting an image into a PDF file

2010-07-11 Thread David Winsemius
On Jul 11, 2010, at 11:06 AM, Dennis Fisher wrote: Colleagues, I am creating a PDF document from R using pdf(), the document contains text / images created with R. I also have an image in either PDF / TIFF / JPEG format (in this case, a scanned image saved as a file). I would like to

[R] Inserting an image into a PDF file

2010-07-11 Thread Dennis Fisher
Colleagues, I am creating a PDF document from R using pdf(), the document contains text / images created with R. I also have an image in either PDF / TIFF / JPEG format (in this case, a scanned image saved as a file). I would like to insert the image into the PDF file. Any ideas on how to