[R] Embedding graphics in a pdf()

2010-07-14 Thread Thomas Levine
I've had two reasons for wanting to embed graphics in R pdf output.

1. I am plotting something on top of a surface (It's actually a desk.) of
which I have a picture and would like to place a picture underneath.
2. I can produce all of my presentation slides in R without LaTeX but have a
few pictures that I need to include as slides. I would like to add images
inside the R script instead of manipulating them afterwards with Imagemagick
and pdftk.

Can these be done?

Tom

[[alternative HTML version deleted]]

__
R-help@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.


Re: [R] Embedding graphics in a pdf()

2010-07-14 Thread Marc Schwartz
On Jul 14, 2010, at 1:38 PM, Thomas Levine wrote:

 I've had two reasons for wanting to embed graphics in R pdf output.
 
 1. I am plotting something on top of a surface (It's actually a desk.) of
 which I have a picture and would like to place a picture underneath.
 2. I can produce all of my presentation slides in R without LaTeX but have a
 few pictures that I need to include as slides. I would like to add images
 inside the R script instead of manipulating them afterwards with Imagemagick
 and pdftk.
 
 Can these be done?
 
 Tom


See this reply (from Sunday) by David Winsemius on a similar query:

  https://stat.ethz.ch/pipermail/r-help/2010-July/245291.html

HTH,

Marc Schwartz

__
R-help@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.


Re: [R] Embedding graphics in a pdf()

2010-07-14 Thread Thomas Levine
Woah! That's so awesome!

And now I've found even more functions of my drawing programs that can be
replaced with R.

Tom

2010/7/14 Marc Schwartz marc_schwa...@me.com

 On Jul 14, 2010, at 1:38 PM, Thomas Levine wrote:

  I've had two reasons for wanting to embed graphics in R pdf output.
 
  1. I am plotting something on top of a surface (It's actually a desk.) of
  which I have a picture and would like to place a picture underneath.
  2. I can produce all of my presentation slides in R without LaTeX but
 have a
  few pictures that I need to include as slides. I would like to add images
  inside the R script instead of manipulating them afterwards with
 Imagemagick
  and pdftk.
 
  Can these be done?
 
  Tom


 See this reply (from Sunday) by David Winsemius on a similar query:

  https://stat.ethz.ch/pipermail/r-help/2010-July/245291.html

 HTH,

 Marc Schwartz



[[alternative HTML version deleted]]

__
R-help@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.