This repository was archived by the owner on Nov 2, 2023. It is now read-only.

Description
Hi all,
I am new to rbokeh and posted this query to the bokeh mailing list first, where people suggested I ping here. I am hoping to use rbokeh for rapid data exploration, because it is potentially more attractive than my default approach using ggplot.
However, I noticed that there are no default options to create any of the more interesting interactions such as sliders, selects, and the like, as we have the in python+web interface. I found the Shiny integration (#25) to be quite helpful, and am assuming this is the easiest way currently to integrate with R (barring some more "native" widgets in Rstudio). I see a few references to ongoing work to enhance this through, e.g., custom JS calls (e.g. #105), but am not clear on the status of using native bokeh widgets in R. In essence, I am asking how many of the examples on http://bokeh.pydata.org/en/latest/docs/user_guide/interaction.html are reproducible currently in R.
One particular use case in mind is I want to visualize model runs, with three dimensions of output variables (X, Y and color) and slider(s)/select(s)/other to quickly change multiple dimensions of model input parameters.
Thanks in advance,
Michael