duplicateGraph(RedeR)
duplicateGraph()所属R语言包:RedeR
Duplicate graphs in RedeR application.
瑞德应用程序中复制图形。
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Method to duplicate graphs and subgraphs of a network.
方法复制的网络图和子图。
用法----------Usage----------
duplicateGraph(obj, ...)
参数----------Arguments----------
参数:obj
Object of RedPort Class.
对象的RedPort类。
参数:...
Additional arguments passed to RedeR application.
额外的参数传递给瑞德应用。
Details
详情----------Details----------
Additional arguments:
额外的参数:
isToCopyEdges Logical value, whether to include edges to the copy (default = TRUE).
isToCopyEdges逻辑值,是否包含副本(默认= TRUE),边缘。
isDefaultCopy Logical value, whether to duplicate the complete network or to copy only the original graph (default = TRUE).
isDefaultCopy逻辑值,是否要复制完整的网络,或只复制原始图(默认= TRUE),。
nodes Optional: nodes to be duplicated <array of strings> (p.s. in this case, isDefaultCopy=TRUE).
节点可选:重复<array的strings>(PS)在这种情况下,isDefaultCopy = TRUE的节点。
值----------Value----------
Duplicates graphs in RedeR app.
瑞德程序的重复图形。
作者(S)----------Author(s)----------
Mauro Castro
参见----------See Also----------
addGraph
addGraph
举例----------Examples----------
rdp <- RedPort('MyPort')
## Not run: [#无法运行:]
calld(rdp)
###[#]
g1 <- graph.lattice(c(3,3,3))
addGraph( rdp, g1, layout.kamada.kawai(g1) )
duplicateGraph(rdp)
## End(Not run)[#结束(不运行)]
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|