setSVGShapeURL(RSVGTipsDevice)
setSVGShapeURL()所属R语言包:RSVGTipsDevice
Set raw shape URL (XML text) for the next graphics shape drawn with the RSVGTips device.
将原始形状URL(XML文本)的图形形状绘制的RSVGTips设备。
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Set a URL to use as a hyperlink for the next graphics shape drawn with the RSVGTips device.
设置使用为未来图形形状绘制的RSVGTips设备的超链接的URL。
用法----------Usage----------
setSVGShapeURL(url, target=NULL, sub.special=TRUE)
参数----------Arguments----------
参数:url
A full valid URL, e.g., "http://www.r-project.org"
一个完整有效的URL,例如,"http://www.r-project.org"
参数:target
The name of a target in the page - use "\_blank" to make the link open a new browser tab or window
在页面目标的名称 - 使用“\ _blank”链接打开一个新的浏览器选项卡或窗口
参数:sub.special
If TRUE, substitue XML encodings for special characters in url and target. If FALSE, it is possible to produce an invalid XML file by supplying a URL with special characters (i.e., "<", ">", "&", and single- and double-quotes.)
如果TRUE,substitue XML编码中的特殊字符url和target。如果FALSE,它能够产生一个无效的XML文件,通过供给有特殊字符的URL(即,“<”,“>”,“&”,和单和双引号)。
Details
详细信息----------Details----------
This function sets a hyperlink that will be included in the SVG commands output for the next graphics shape drawn with RSVGTipsDevice.
此功能可设置的超链接,将包括在SVG命令输出的下一代图形绘制的形状与RSVGTipsDevice。
值----------Value----------
Returns an invisible NULL.
返回一个无形的NULL。
(作者)----------Author(s)----------
Tony Plate <a href="mailto:tplate@acm.org">tplate@acm.org</a>
参见----------See Also----------
RSVGTipsDevice
RSVGTipsDevice
实例----------Examples----------
## Not run: setSVGShapeURL("http://www.r-project.org")[#不运行:setSVGShapeURL(“http://www.r-project.org”)]
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|