This package browser is in early development. Mind the rough edges.

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.

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.