latticist is an R package, providing a graphical user interface for exploratory visualisation. It is primarily an interface to the lattice graphics system, but also produces displays from the vcd package for categorical data. Given a multivariate dataset (either a data frame or a table), latticist attempts to produce useful displays based on the properties of the data. The displays can be customised by editing the calls used to generate them.
The latticist package is maintained by Felix Andrews <felix@nfrac.org>
Examples
- Screenshots of the GUI in its three flavours:
- A sequence of screenshots with the playwith-based GUI.
- Demonstrations of Latticist (outputs):
Installation
- install.packages("latticist")
- Choose your Graphical User Interface. At least one of:
- install.packages("gWidgetstcltk") (no external dependencies)
- install.packages("gWidgetsrJava") (requires Java)
- install.packages("gWidgetsRGtk2") (requires GTK+)
- install.packages("playwith") (requires GTK+)
- library("latticist")
Type latticist(myData) to explore a data frame or table.
Type help("latticist") for details and examples.
Other
NEWS (from the development version)
See this page for information about installing GTK+ and the playwith package.