|
|
playwith is an add-on package for R. It provides a graphical user interface for viewing and interacting with R plots. It tries to work out the structure of a plot, in order to interact with it. The built-in features include: navigating the data space, identifying data points, editing and annotating the plot, and saving to a file. New tools can be defined. This package is based on RGtk2, and so requires the GTK+ libraries.
playwith is maintained by Felix Andrews <felix@nfrac.org>
More info
Installation
- Make sure you have the GTK+ libraries, version 2.10.11 or later:
- Windows: download and install the Gtk+/Win32 Runtime Environment from here (~6MB).
- MacOS: a GTK+ installer is available here (~19MB).
- GNU/Linux: GTK+ is usually included but may need to be updated.
- Install the playwith package from CRAN:
- library(playwith) to load the package. help(playwith) for details and examples.
install.packages("playwith")
