My favorites | Sign in
Project Home Wiki Issues Source
Project Information
Members
Links

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

Installation

  1. install.packages("latticist")
  2. 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+)
  3. 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.

Powered by Google Project Hosting