Package: manipulate 1.0.1
manipulate: Interactive Plots for RStudio
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.
Authors:
manipulate_1.0.1.tar.gz
manipulate_1.0.1.zip(r-4.5)manipulate_1.0.1.zip(r-4.4)manipulate_1.0.1.zip(r-4.3)
manipulate_1.0.1.tgz(r-4.4-any)manipulate_1.0.1.tgz(r-4.3-any)
manipulate_1.0.1.tar.gz(r-4.5-noble)manipulate_1.0.1.tar.gz(r-4.4-noble)
manipulate_1.0.1.tgz(r-4.4-emscripten)manipulate_1.0.1.tgz(r-4.3-emscripten)
manipulate.pdf |manipulate.html✨
manipulate/json (API)
# Install 'manipulate' in R: |
install.packages('manipulate', repos = c('https://jjallaire.r-universe.dev', 'https://cloud.r-project.org')) |
This package does not link to any Github/Gitlab/R-forge repository. No issue tracker or development information is available.
Last updated 10 years agofrom:895c8467ae. Checks:OK: 7. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Nov 15 2024 |
R-4.5-win | OK | Nov 15 2024 |
R-4.5-linux | OK | Nov 15 2024 |
R-4.4-win | OK | Nov 15 2024 |
R-4.4-mac | OK | Nov 15 2024 |
R-4.3-win | OK | Nov 15 2024 |
R-4.3-mac | OK | Nov 15 2024 |
Exports:buttoncheckboxisAvailablemanipulatemanipulatorGetStatemanipulatorMouseClickmanipulatorSetStatepickerslider
Dependencies:
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Interactive Plots for RStudio | manipulate-package |
Create a button control | button |
Create a checkbox control | checkbox |
Check whether manipulate is available | isAvailable |
Create an interactive plot | manipulate |
Modify manipulator state | manipulatorGetState manipulatorSetState |
Receive notification of mouse clicks on a manipulator plot | manipulatorMouseClick |
Create a picker control | picker |
Create a slider control | slider |