rggobi

rggobi is an R package that provides an easy interface with GGobi.

Installation

Note for Linux users: you will need to set PKG_CONFIG_PATH to PREFIX/lib/pkgconfig where PREFIX is the prefix GGobi was configured to use. By default this is /usr/local, so PKG_CONFIG_PATH would need to be set to /usr/local/pkgconfig.

Getting started

The first place to start is to read the ggobi help page, ?ggobi. It will also be useful to read the included introductory vignette (and soon to be R news article): introduction to rggobi

Changes