Rdocumentation
powered by
Learn R Programming
gridDebug (version 0.4-0)
gridTreeTips: 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).
See Also
gridTree