r-manipulate 1.0.1
Interactive plots for RStudio
This package provides 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.
- Outputs:
out - Website: https://cran.r-project.org/package=manipulate
- Licenses: GPL 2
- Package source: gnu/packages/cran.scm
- Builds: See build status
- Issues: See known issues
Installation
Install r-manipulate 1.0.1 as follows:
guix install r-manipulate@1.0.1
Or install the latest version:
guix install r-manipulate
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.