Learn R Programming

RSVGTipsDevice (version 0.7.0)

setSVGShapeContents: Set raw shape contents (XML text) for the next graphics shape drawn with the RSVGTips device.

Description

Set raw shape contents (XML text) for the next graphics shape drawn with the RSVGTips device. This function provides lower-level access than setSVGShapeToolTip.

Usage

setSVGShapeContents(contents)

Arguments

contents
A character vector containing XML text.

Value

  • Returns an invisible NULL.

Details

This function sets text that will be included in the SVG commands output for the next graphics shape drawn with RSVGTipsDevice.

See Also

RSVGTipsDevice