Interactive Plots for RStudio
Create a button control
Create a checkbox control
Check whether manipulate is available
Interactive Plots for RStudio
Create an interactive plot
Receive notification of mouse clicks on a manipulator plot
Create a picker control
Create a slider control
Modify manipulator state
Interactive plotting functions for use within RStudio. The manipulate function accepts a plotting expression and a set of controls (e.g. slider, picker, checkbox, or button) which are used to dynamically change values within the expression. When a value is changed using its corresponding control the expression is automatically re-executed and the plot is redrawn.