Re: [R] How to navigate (zoom, pan) in a plot/graph

2011-08-21 Thread Liviu Andronic
On Sun, Aug 21, 2011 at 3:04 PM, Eran Eidinger wrote: > Thank you Uwe, > > That solves the second question. > Still looking for some solution to zooming in and out dynamically. > Try package 'playwith'. Liviu __ R-help@r-project.org mailing list https:/

Re: [R] How to navigate (zoom, pan) in a plot/graph

2011-08-21 Thread Henrique Dallazuanna
See setGraphicsEventHandlers function. On Sun, Aug 21, 2011 at 10:04 AM, Eran Eidinger wrote: > Thank you Uwe, > > That solves the second question. > Still looking for some solution to zooming in and out dynamically. > > Eran. > 2011/8/21 Uwe Ligges > >> >> >> On 21.08.2011 10:17, Eran Eidinger

Re: [R] How to navigate (zoom, pan) in a plot/graph

2011-08-21 Thread Eran Eidinger
Thank you Uwe, That solves the second question. Still looking for some solution to zooming in and out dynamically. Eran. 2011/8/21 Uwe Ligges > > > On 21.08.2011 10:17, Eran Eidinger wrote: > >> Hello all, >> >> I need to zoom in and out and "travel"(pan) inside a plot, like you can do >> on a

Re: [R] How to navigate (zoom, pan) in a plot/graph

2011-08-21 Thread Uwe Ligges
On 21.08.2011 15:04, Eran Eidinger wrote: Thank you Uwe, That solves the second question. Still looking for some solution to zooming in and out dynamically. That is not implemented in standard R graphics. Packages rgl and iplots may be able to do that. Best, Uwe Eran. 2011/8/21 Uwe Ligg

Re: [R] How to navigate (zoom, pan) in a plot/graph

2011-08-21 Thread Uwe Ligges
On 21.08.2011 10:17, Eran Eidinger wrote: Hello all, I need to zoom in and out and "travel"(pan) inside a plot, like you can do on a Matlab plot. If possible, I would also like the option to use the mouse to set a marker on the graph and get the (x,y) data for it, again, like in Matlab. Do

[R] How to navigate (zoom, pan) in a plot/graph

2011-08-21 Thread Eran Eidinger
Hello all, I need to zoom in and out and "travel"(pan) inside a plot, like you can do on a Matlab plot. If possible, I would also like the option to use the mouse to set a marker on the graph and get the (x,y) data for it, again, like in Matlab. Is this possible in R with the regular packages, o