Hi folks, I was wondering if anyone could confirm/deny whether there exists any kind of package to facilitate zoomable graphs with multiple plots (eg, plot(..) and then points(..)). I've tried zoom from IDPmisc, and iplot from the iplot and iplot extreme packages, but as far I can tell, neither can handle the task. Does anyone know anything else that might work? Or generally know different? Cheers, Tim.
Tim Shephard wrote:> Hi folks, > > I was wondering if anyone could confirm/deny whether there exists any > kind of package to facilitate zoomable graphs with multiple plots (eg, > plot(..) and then points(..)). I've tried zoom from IDPmisc, and > iplot from the iplot and iplot extreme packages, but as far I can > tell, neither can handle the task. > > Does anyone know anything else that might work? Or generally know different? >Hi Tim, zoomInPlot in the plotrix package just plots the same data twice with different limits. You could use the same strategy, except instead of passing the coordinates to the function, write a similar function that accepts a list of plotting commands to be evaluated in each plot. Jim
Look at the zoomplot function in the TeachingDemos package. -- Gregory (Greg) L. Snow Ph.D. Statistical Data Center Intermountain Healthcare greg.snow at imail.org 801.408.8111> -----Original Message----- > From: r-help-bounces at r-project.org [mailto:r-help-bounces at r- > project.org] On Behalf Of Tim Shephard > Sent: Thursday, September 03, 2009 12:38 AM > To: r-help at r-project.org > Subject: [R] Zoomable graphs with multiple plots > > Hi folks, > > I was wondering if anyone could confirm/deny whether there exists any > kind of package to facilitate zoomable graphs with multiple plots (eg, > plot(..) and then points(..)). I've tried zoom from IDPmisc, and > iplot from the iplot and iplot extreme packages, but as far I can > tell, neither can handle the task. > > Does anyone know anything else that might work? Or generally know > different? > > Cheers, > > Tim. > > ______________________________________________ > R-help at 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.
There is also playwith, if you're willing to go down the GTK+ route... 2009/9/3 Tim Shephard <tshephard at gmail.com>:> Hi folks, > > I was wondering if anyone could confirm/deny whether there exists any > kind of package to facilitate zoomable graphs with multiple plots (eg, > ?plot(..) and then points(..)). ? ?I've tried zoom from IDPmisc, and > iplot from the iplot and iplot extreme packages, but as far I can > tell, neither can handle the task. > > Does anyone know anything else that might work? ? Or generally know different? > > Cheers, > > Tim. > > ______________________________________________ > R-help at 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. >-- Felix Andrews / ??? Postdoctoral Fellow Integrated Catchment Assessment and Management (iCAM) Centre Fenner School of Environment and Society [Bldg 48a] The Australian National University Canberra ACT 0200 Australia M: +61 410 400 963 T: + 61 2 6125 1670 E: felix.andrews at anu.edu.au CRICOS Provider No. 00120C -- http://www.neurofractal.org/felix/