Package: plotAndPlayGTK
Type: Package
Title: A GUI for interactive plots using GTK+
Version: 0.8.33
Date: 2007-07-23
Author: Felix Andrews <felix@nfrac.org>, with contributions from Deepayan Sarkar
  and Graham Williams.
Maintainer: Felix Andrews <felix@nfrac.org>
Depends: R (>= 2.5.0), RGtk2, cairoDevice
Imports: lattice (>= 0.16), grid
Description: A GUI (using GTK+) for interacting with plots in R. Just wrap it around a plot 
  command, like plotAndPlay(plot(mydata)), and you have buttons to move around, 
  change scales, identify data points, and save the plot in several formats.
  For multi-variate scatterplots (splom only) there is a "brush" function, and
  for 3D plots (wireframe / cloud only) there is a simple zoom and rotate.
  New buttons can also be defined, with user-supplied call-back functions.  
  It works best with Lattice (trellis) plots, 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. 
  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: Mon Jul 23 19:51:57 2007; Felix
