DescribeDisplay

Recreate publication quality displays in R

DescribeDisplay is an R package that provides a way to recreate ggobi graphics in R. The R package takes the R scripts describing the ggobi plots produced by the plugin and reproduces the plots in R. These can be saved as pdf or some other format for inclusion in papers. Most of the figures in the upcoming book on R and ggobi were produced this way.

Installation

From R, run:

install.packages("DescribeDisplay", dep=TRUE)

Getting started