Description Usage Arguments Details Value Author(s) See Also Examples
Set a URL to use as a hyperlink for the next graphics shape drawn with the RSVGTips device.
1 | 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
1 | ## Not run: setSVGShapeURL("http://www.r-project.org")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.