powered by
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.
tk2d
vignette("RnavGraph")
navGraph
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