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.7)manipulate_1.0.1.zip(r-4.6)manipulate_1.0.1.zip(r-4.5)
manipulate_1.0.1.tgz(r-4.6-any)manipulate_1.0.1.tgz(r-4.5-any)
manipulate_1.0.1.tar.gz(r-4.7-any)manipulate_1.0.1.tar.gz(r-4.6-any)
manipulate_1.0.1.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
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 from:895c8467ae. Checks:9 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-x86_64 | OK | 106 | ||
| source / vignettes | OK | 111 | ||
| linux-release-x86_64 | OK | 89 | ||
| macos-release-arm64 | OK | 156 | ||
| macos-oldrel-arm64 | OK | 132 | ||
| windows-devel | OK | 59 | ||
| windows-release | OK | 52 | ||
| windows-oldrel | OK | 49 | ||
| wasm-release | OK | 82 |
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 |
