Re: [R] adding an image to a plot

2007-11-20 Thread jombart
Selon Rajarshi Guha <[EMAIL PROTECTED]>: > Hi, I'm writing code to generate a plot, in which I draw a series of > rectangles. So my code is of the form > > plot.new() > plot.window( ... ) > > draw rectangle > draw rectangle > ... > > Is there a way for me to insert a PNG or PDF graphic at a specif

Re: [R] adding an image to a plot

2007-11-20 Thread Gabor Grothendieck
Check out this thread: http://tolstoy.newcastle.edu.au/R/e2/help/07/04/14273.html On Nov 20, 2007 9:26 AM, Rajarshi Guha <[EMAIL PROTECTED]> wrote: > Hi, I'm writing code to generate a plot, in which I draw a series of > rectangles. So my code is of the form > > plot.new() > plot.window( ... ) >