Re: [Rd] Image display in R

2005-11-18 Thread Duncan Murdoch
On 11/18/2005 10:22 AM, Vasundhara Akkineni wrote: > Hi all, > I am trying to display a matrix of plots(images), for example a 3*3 matrix > of 9 image plots, such that when a user clicks on a image i can show the > enlarged plot. I tried the multiple graphic device(using mfcol=c(3,3) and > mfg), b

[Rd] Image display in R

2005-11-18 Thread Vasundhara Akkineni
Hi all, I am trying to display a matrix of plots(images), for example a 3*3 matrix of 9 image plots, such that when a user clicks on a image i can show the enlarged plot. I tried the multiple graphic device(using mfcol=c(3,3) and mfg), but it creates multiple plots in a single image file. So, i wo