setSVGShapeContents(RSVGTipsDevice)
setSVGShapeContents()所属R语言包:RSVGTipsDevice
Set raw shape contents (XML text) for the next graphics shape drawn with the RSVGTips device.
设置原始形状内容(XML文本)的图形形状绘制的RSVGTips设备。
译者:生物统计家园网 机器人LoveR
描述----------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.
设置原始形状内容(XML文本)的图形形状绘制的RSVGTips设备。此功能提供了较低级别的访问权限比setSVGShapeToolTip。
用法----------Usage----------
setSVGShapeContents(contents)
参数----------Arguments----------
参数:contents
A character vector containing XML text.
一个字符的向量的XML文本。
Details
详细信息----------Details----------
This function sets text that will be included in the SVG commands output for the next graphics shape drawn with RSVGTipsDevice.
此功能设置文本将包含在SVG命令输出的下一代图形绘制的形状与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.
需要注意的是contents使用,是不可替代的特殊字符的。因此,它有可能产生无效的XML文件中使用特殊字符的内容(例如,“<”,“>”,“&”,和单,双引号)。这样的特殊字符应该被替换的XML等效的实体 - 看到setSVGShapeToolTip列出了这些。
值----------Value----------
Returns an invisible NULL.
返回一个无形的NULL。
(作者)----------Author(s)----------
Tony Plate <a href="mailto:tplate@acm.org">tplate@acm.org</a>
参见----------See Also----------
RSVGTipsDevice
RSVGTipsDevice
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|