Re: [R] interactive labeling/highlighting on multiple xy scatter plots

2014-08-06 Thread Shi, Tao
Just saw this from the Rstudio webinar too.  Will explore it more.  Thanks! Tao On Thursday, July 31, 2014 11:11 AM, Greg Snow <538...@gmail.com> wrote: The brushing may only be available in the development version of ggvis.  See here for the example: https://github.com/rstudio/webinars/tree

Re: [R] interactive labeling/highlighting on multiple xy scatter plots

2014-08-06 Thread Shi, Tao
This is new to me.  Thanks for suggesting! Tao On Friday, August 1, 2014 3:05 AM, Michael Lawrence wrote: You should check out the animint package. https://github.com/tdhock/animint On Mon, Jul 28, 2014 at 5:48 PM, Shi, Tao wrote: hi list, > >I'm comparing the changes of ~100 analy

Re: [R] interactive labeling/highlighting on multiple xy scatter plots

2014-08-01 Thread Michael Lawrence
You should check out the animint package. https://github.com/tdhock/animint On Mon, Jul 28, 2014 at 5:48 PM, Shi, Tao wrote: > hi list, > > I'm comparing the changes of ~100 analytes in multiple treatment > conditions. I plotted them in several different xy scattter plots. It > would be nic

Re: [R] interactive labeling/highlighting on multiple xy scatter plots

2014-07-31 Thread Greg Snow
The brushing may only be available in the development version of ggvis. See here for the example: https://github.com/rstudio/webinars/tree/master/2014-01 On Thu, Jul 31, 2014 at 10:17 AM, Shi, Tao wrote: > I looked at ggvis briefly before, but didn't notice its brushing capability. > Now you

Re: [R] interactive labeling/highlighting on multiple xy scatter plots

2014-07-31 Thread Shi, Tao
I looked at ggvis briefly before, but didn't notice its brushing capability.   Now you explained. Thanks, both! Tao On Wednesday, July 30, 2014 9:50 AM, Ramnath Vaidyanathan wrote: ggvis is an excellent option to do this kind of stuff. The only limitation currently is that all sorts of

Re: [R] interactive labeling/highlighting on multiple xy scatter plots

2014-07-30 Thread Ramnath Vaidyanathan
ggvis is an excellent option to do this kind of stuff. The only limitation currently is that all sorts of interactivity (tooltips, brushing etc.) are done on the server side using Shiny. So you have to upload your HTML to a shiny server for the interactivity to work. Best, Ramnath _

Re: [R] interactive labeling/highlighting on multiple xy scatter plots

2014-07-30 Thread Greg Snow
Another option that is in developement, but may do what you want is ggvis (http://ggvis.rstudio.com/). I have seen an example of brushing created with ggvis that can then be embedded in a web page. I am not sure if you can send the html and support files directly to someone without R (probably Rs

Re: [R] interactive labeling/highlighting on multiple xy scatter plots

2014-07-29 Thread Shi, Tao
Thank you very much, Greg and Ramnath, for the pointers!  I'll explore more. On Tuesday, July 29, 2014 8:10 AM, Ramnath Vaidyanathan wrote: There are plugins for rCharts that help you create custom charts. Here is a scatterplot matrix example http://mostlyconjecture.com/2014/02/09/scatte

Re: [R] interactive labeling/highlighting on multiple xy scatter plots

2014-07-29 Thread Ramnath Vaidyanathan
There are plugins for rCharts that help you create custom charts. Here is a scatterplot matrix example http://mostlyconjecture.com/2014/02/09/scatterplot-matrix-with-rcharts/ It doesn't support brushing, but I think it won't be hard adding that behavior if you contact its author. Hope this help

Re: [R] interactive labeling/highlighting on multiple xy scatter plots

2014-07-29 Thread Greg Snow
There is the TkBrush function in the TeachingDemos package that gives brushing in a scatterplot matrix using a Tk interface rather than ggobi. There is also the iplots package which allows you to create multiple scatterplots, histograms, boxplots, barcharts, etc. and points selected in any one of

[R] interactive labeling/highlighting on multiple xy scatter plots

2014-07-28 Thread Shi, Tao
hi list, I'm comparing the changes of ~100 analytes in multiple treatment conditions.  I plotted them in several different xy scattter plots.  It would be nice if I mouse over one point on one scatter plot, the label of the analyte on that scatter plot AS WELL AS on all other scatter plots will