Package: plotAndPlayGTK
Type: Package
Title: A GUI for interactive plots using GTK+
Version: 0.8.64
Date: 2007-08-24
Author: Felix Andrews <felix@nfrac.org>, with contributions from Graham Williams.
Maintainer: Felix Andrews <felix@nfrac.org>
Depends: R (>= 2.5.0), RGtk2, cairoDevice
Imports: lattice (>= 0.16), grid, grDevices, graphics
Description: A graphical user interface for R plots. Wrap it around your plot calls,
  like playwith(plot(mydata)). A window pops up with the plot and a toolbar to 
  interact with it. The default toolbar buttons allow you 
  to add persistent labels to data points, zoom in and out and around, save the 
  plot to a file, and other things. You can also annotate the plot or edit the call itself.
  New buttons can also be defined; actually any GTK+ widget can be added to the toolbar. 
  It works with Lattice plots consisting of multiple panels and pages, as well
  as base graphics functions. 
  Note: the interaction features do not work with multiple-plot layouts. 
  As yet it does not work with grid-based plots other 
  than Lattice (such as ggplot2), but button handlers could be written. This 
  package is based on RGtk2, and so requires the GTK+ libraries.
  Also included in this package are several utilities for RGtk2 applications.
License: GPL version 2 or newer
URL: http://code.google.com/p/plotandplay-gtk/
Packaged: Fri Aug 24 18:07:26 2007; Felix
