Package: plotAndPlayGTK
Type: Package
Title: A GUI for interactive plots using GTK+
Version: 0.7.19
Date: 2007-06-27
Author: Felix Andrews <felix@nfrac.org>, with contributions from Deepayan Sarkar
  and Graham Williams.
Maintainer: Felix Andrews <felix@nfrac.org>
Depends: R (>= 2.2.0), RGtk2, cairoDevice
Suggests: lattice
Imports: grid, lattice, RGtk2
Description: A GUI (using GTK+) for interactive plots in R. Just wrap it around a plot 
  command, like plotAndPlay(plot(1:10)), and you have buttons to zoom in and out, 
  re-centre the plot, identify data points, and save the plot in several formats.
  New buttons can also be defined, with user-supplied call-back functions. It 
  should work with traditional graphics plots as well as Lattice (Trellis) plots. 
  It is most suited to the Lattice paradigm, and there is support for multiple 
  Lattice panels and pages. Traditional plots will need to be wrapped up into a 
  single function call, and the interaction features do not work well with 
  multiple-plot layouts. Currently it seems to work OK with xyplot and friends, 
  but has not been thoroughly tested. 
  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: Wed Jun 27 19:13:12 2007; Felix
