Learn R Programming

RnavGraph (version 0.1.8)

RnavGraph-package: Overview RnavGraph package

Description

GUI to explore high dimensional data using graphs as navigational infrastructure.

This package implements some of the methods described in the Hurley and Oldford paper.

Visualization instructions can be linked to a bullet on the graph. The bullet can be moved along the graph.

With the tk2d graphics device, provided by the RnavGraph package, one can display images, glyphs, text and glyphs and modify their location smoothly.

Arguments

Details

The package vignette provides a detailed overview of the RnavGraph package. Use vignette("RnavGraph").

References

C. B. Hurley and R. W. Oldford. ''Graphs as navigational infrastructure for high dimensional data spaces.'' Computational Statistics (2011).

See Also

navGraph

Examples

Run this code
ng.iris <- ng_data(name = "iris", data = iris[,1:4],
		shortnames = c('s.L', 's.W', 'p.L', 'p.W'),
		group = iris$Species,
		labels = substr(iris$Species,1,2))

nav <- navGraph(ng.iris)

Run the code above in your browser using DataLab