[R] Zoomable graphs with multiple plots
Tim Shephard
tshephard at gmail.com
Thu Sep 3 16:02:25 CEST 2009
This is what I've done. Just capture two identifies and then replot.
If the identifies are right left, I zoom out. Works quite well.
Still, can't wait for iplot xtreme.
Cheers,
Tim.
On Thu, Sep 3, 2009 at 5:03 AM, Jim Lemon<jim at bitwrit.com.au> wrote:
> 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
>
>
More information about the R-help
mailing list