[R] Amazon SimpleDB and R

2009-09-19 Thread Tim Shephard
As far as I know there isn't anything available for this, but I thought I'd check before working up something of my own. Is there a way to query Amazon SimpleDB and import the data results directly into R? Cheers, Tim. __ R-help@r-project.org mailing

Re: [R] Zoomable graphs with multiple plots

2009-09-03 Thread Tim Shephard
On Thu, Sep 3, 2009 at 1:25 PM, Jim Porzak wrote: > Tim, > > I've had success (& user acceptance) simply plotting to a .pdf & > passing zoom functionality to Acrobat, or whatever. > > Worked especially well with large US map with a lot of fine print annotation. > > Of, course, will not replot axes

Re: [R] Zoomable graphs with multiple plots

2009-09-03 Thread Tim Shephard
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 wrote: > Tim Shephard wrote: >> >&

[R] Zoomable graphs with multiple plots

2009-09-02 Thread Tim Shephard
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, neithe