gridTreeTips {gridDebug}R Documentation

Add tooltips to a grid scene graph.

Description

Produces an SVG version of a scene graph with tooltips that show node labels when the mouse hovers over a graph node.

Usage

gridTreeTips(filename = "Rplots.svg", ..., grid = TRUE)

Arguments

filename

The name of the SVG file that is produced.

...

Arguments that will be passed to gridTree().

grid

Logical indicating whether to draw the scene graph using grid; setting this to FALSE will produce an error.

Details

This function first produces a grid scene graph from the current page, then produces an SVG version (with tooltips).

Author(s)

Paul Murrell

See Also

gridTree


[Package gridDebug version 0.5-1 Index]