| rdataviewer | Experimental tool for viewing R objects. Windows binary also available (thanks to Uwe Ligges' online autobuilder). |
| compare | Tools for comparing R objects that are not identical. Available on CRAN. |
| hexView | Tools for reading and viewing raw byte content
of files. Available on CRAN. |
| grImport | Tools for importing PostScript images and
adding them to R graphical scenes (plots). (See also the talk at UseR 2006 below) Available on CRAN. (Requires R 2.3.0 or above) |
| graphicsQC | Tools for regression testing of graphics output (See also the talk at DSC 2003 below) (should run on any recent R version) This has been superseded by a graphicsQC package jointly developed with Stephen Gardiner that is hosted on R-Forge and available from CRAN. |
| gridBase | Integrating grid output with base graphics output Available on CRAN. (requires R >= 1.8.0) |
| gridSVG | Producing SVG output from grid (including transparency, hyperlinks, animation, and scripts) HIGHLY experimental Windows binary also available (thanks to Uwe Ligges' online autobuilder). (requires R [grid] >= 2.0.0; older versions for R 2.*, R 1.9, R 1.8) |
| clines | A clines() function for returning the contour lines calculated by contour() NOTE: This was a stop-gap package to provide access to C code underlying contour(). Now obsolete (functionality provided by contourLines() function in base graphics package [that should really be in the grDevices package!]). (requires R > 1.6.0) |