Description Usage Arguments Details Value Author(s) See Also
Set raw shape contents (XML text) for the next graphics shape drawn
with the RSVGTips device. This function provides lower-level access
than setSVGShapeToolTip
.
1 | setSVGShapeContents(contents)
|
contents |
A character vector containing XML text. |
This function sets text that will be included in the SVG commands
output for the next
graphics shape drawn with RSVGTipsDevice
.
Note that contents
is used as-is, with no substitutions made for
special characters. Consequently, it is possible to produce an
invalid XML file by using special characters in contents (i.e.,
"<", ">", "&", and single- and double-quotes.) Such special
characters should be replaced by their XML equivalent entity – see
setSVGShapeToolTip
for a list of these.
Returns an invisible NULL.
Tony Plate tplate@acm.org
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.