setSVGShapeURL {RSVGTipsDevice} | R Documentation |
Set a URL to use as a hyperlink for the next graphics shape drawn with the RSVGTips device.
setSVGShapeURL(url, target=NULL, sub.special=TRUE)
url |
A full valid URL, e.g., |
target |
The name of a target in the page - use "\_blank" to make the link open a new browser tab or window |
sub.special |
If |
This function sets a hyperlink that will be included in the SVG commands
output for the next
graphics shape drawn with RSVGTipsDevice
.
Returns an invisible NULL.
Tony Plate tplate@acm.org
## Not run: setSVGShapeURL("http://www.r-project.org")