| metaplot | Flexible Forest Plots. Available from github. |
| animaker | Tools for generating animation sequence descriptions. Early days (e.g., no help files), but there is a Tech Report. Available from github. |
| gridGraphviz | Tools for drawing node-and-edge graphs that have been
laid out by graphviz (via Rgraphviz). Available from R-Forge. |
| gridDebug | Tools for debugging grid graphics. Available from R-Forge. |
| hyperdraw | Tools for visualizing hypergraphs. Available from BioConductor. |
| 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 2009 JSS article and 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. (See also the 2009 JSS article below) |
| 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) 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) This has been superseded by a gridSVG package jointly developed with Simon Potter that is hosted on R-Forge and available on CRAN. (Requires R 2.13.0 or above) A page of links to documentation and example uses. |
| 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) |