gridTreeTips: Add tooltips to a grid scene graph.

Description Usage Arguments Details Author(s) See Also

View source: R/svg.R

Description

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

Usage

1
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


gridDebug documentation built on July 2, 2020, 3:58 a.m.