RnavGraph-package: Overview RnavGraph package

Description Details Author(s) References See Also Examples

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.

Details

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

Author(s)

Adrian Waddell and R. Wayne Oldford

References

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

See Also

navGraph

Examples

1
2
3
4
5
6
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)

RnavGraph documentation built on May 29, 2017, 4:18 p.m.