gPath(grid)
gPath()所属R语言包:grid
Concatenate Grob Names
串连格罗名称
译者:生物统计家园网 机器人LoveR
描述----------Description----------
This function can be used to generate a grob path for use in grid.edit and friends.
这个功能可以被用来生成一个在grid.edit和朋友使用GROB路径。
A grob path is a list of nested grob names.
一个的GROB路径是一个嵌套GROB名列表。
用法----------Usage----------
gPath(...)
参数----------Arguments----------
参数:...
Character values which are grob names.
GROB名的字符值。
Details
详情----------Details----------
Grob names must only be unique amongst grobs which share the same parent in a gTree.
格罗名称必须共享相同的父在gTree之间grobs是唯一的。
This function can be used to generate a specification for a grob that includes the grob's parent's name (and the name of its parent and so on).
这个功能可以被用来产生了GROB,包括GROB的母公司名称的规范(和其母公司的名称等)。
For interactive use, it is possible to directly specify a path, but it is strongly recommended that this function is used otherwise in case the path separator is changed in future versions of grid.
交互使用,它是可以直接指定一个路径,但它是强烈建议,使用此功能,否则电网的未来版本中改变的情况下,路径分隔。
值----------Value----------
A gPath object.
一个 gPath 对象。
参见----------See Also----------
grob, editGrob, addGrob, removeGrob, getGrob, setGrob
grob,editGrob,addGrob,removeGrob,getGrob,setGrob
举例----------Examples----------
gPath("g1", "g2")
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|