Re: [R] drilling down data on charts

2010-10-14 Thread jverzani
Greg Snow imail.org> writes: > > It is not clear what exactly you want. Try looking at the functions TkPredict, TkSpline, and TkApprox in the > TeachingDemos package to see if any of those do what you want. > > If not, give a bit more of a description and include some sample data. > You coul

Re: [R] drilling down data on charts

2010-10-14 Thread Greg Snow
p@r-project.org > Subject: [R] drilling down data on charts > > > Hey all, > > Suppose a=b^2 for starters. I want to be able to create a graph that > displays a initially and if i was to click on 'a' to show 'b' on the > chart > itself. Does anyone

Re: [R] drilling down data on charts

2010-10-13 Thread sachinthaka . abeywardana
Just to clarify I meant opening it in a new window (and perhaps closing old frame?). Thanks again, Sachin Sachinthaka Abeywardana/HO/Al

[R] drilling down data on charts

2010-10-13 Thread sachinthaka . abeywardana
Hey all, Suppose a=b^2 for starters. I want to be able to create a graph that displays a initially and if i was to click on 'a' to show 'b' on the chart itself. Does anyone know if this is possible in R? Also as an extension (not necessary as yet) to output the above into a 'html' file. Thanks,