Learn R Programming

manipulate (version 1.0.1)

Interactive Plots for RStudio

Description

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.

Copy Link

Version

Install

install.packages('manipulate')

Monthly Downloads

4,941

Version

1.0.1

License

GPL-2

Maintainer

Last Published

December 24th, 2014

Functions in manipulate (1.0.1)

manipulatorMouseClick

Receive notification of mouse clicks on a manipulator plot
manipulate-package

Interactive Plots for RStudio
slider

Create a slider control
button

Create a button control
checkbox

Create a checkbox control
Manipulator Custom State

Modify manipulator state
manipulate

Create an interactive plot
isAvailable

Check whether manipulate is available
picker

Create a picker control