What's new? | Help | Directory | Sign in
Google
playwith
Interactive plots in R using GTK+
  
  
  
  
    
Join project
Project owners:
  foolish.android

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

  1. Make sure you have the GTK+ libraries, version 2.10.11 or later:
  2. Install the playwith package from CRAN:
  3. install.packages("playwith")
  4. library(playwith) to load the package. help(playwith) for details and examples.