Last data update: 2014.03.03

Data Source

R Release (3.2.3)
CranContrib
BioConductor
All

Data Type

Packages
Functions
Images
Data set

Classification

Results 1 - 9 of 9 found.
[1] < 1 > [1]  Sort:

picker (Package: manipulate) : Create a picker control

Create a picker control to enable manipulation of plot variables based on a set of fixed choices.
● Data Source: CranContrib
● Keywords:
● Alias: picker
● 0 images

manipulate-package (Package: manipulate) : Interactive Plots for RStudio

Interactive plotting functions for use within RStudio.
● Data Source: CranContrib
● Keywords: dynamic, iplot, package
● Alias: manipulate-package
● 0 images

slider (Package: manipulate) : Create a slider control

Create a slider control to allow manipulation of a plot variable along a numeric range.
● Data Source: CranContrib
● Keywords:
● Alias: slider
● 0 images

button (Package: manipulate) : Create a button control

Create a button control to enable triggering of conditional actions within manipulate expressions. When the user presses the button the manipulate expression will be executed with its associated value set to TRUE (in all other cases the value will be set to FALSE).
● Data Source: CranContrib
● Keywords:
● Alias: button
● 0 images

checkbox (Package: manipulate) : Create a checkbox control

Create a checkbox control to enable manipulation of logical plot variables.
● Data Source: CranContrib
● Keywords:
● Alias: checkbox
● 0 images

Manipulator Custom State (Package: manipulate) : Modify manipulator state

These functions allow the storage of custom state variables across multiple evaluations of manipulator expressions. These functions are useful if the manipulate expression is a custom function (rather than a high level plotting function like plot) which requires reading and writing of persistent values.
● Data Source: CranContrib
● Keywords:
● Alias: manipulatorGetState, manipulatorSetState
● 0 images

manipulate (Package: manipulate) : Create an interactive plot

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.
● Data Source: CranContrib
● Keywords:
● Alias: manipulate
● 0 images

manipulatorMouseClick (Package: manipulate) : Receive notification of mouse clicks on a manipulator plot

This function can be called to determine if a mouse click on the plot was what caused the current invocation of the manipulate expression, and to determine the coordinates which were clicked.
● Data Source: CranContrib
● Keywords:
● Alias: manipulatorMouseClick
● 0 images

isAvailable (Package: manipulate) : Check whether manipulate is available

Check whether manipulate is available in the current front-end environment.
● Data Source: CranContrib
● Keywords:
● Alias: isAvailable
● 0 images