找回密码
 注册
查看: 363|回复: 0

R语言 RnavGraph包 ng_walk()函数中文帮助文档(中英文对照)

[复制链接]
发表于 2012-9-27 19:28:11 | 显示全部楼层 |阅读模式
ng_walk(RnavGraph)
ng_walk()所属R语言包:RnavGraph

                                         Walk a path on the current graph in a navGraph session
                                         走的道路,在当前图形在navGraph会议

                                         译者:生物统计家园网 机器人LoveR

描述----------Description----------

If you create a path outside the navGraph session, you can let navGraph walk you path.
如果创建路径外navGraph会议的,可以让navGraph走你的路。

A path has to be a sequence of node names of adjoining nodes in the current shown graph.
一个路径是一个序列所示的当前图邻接的节点中的节点名称。

If a path has been walked through, it gets added to the activePath in the path tool of the running navGraph session.
如果已经走过的路径,它被添加到activePath中的路径工具的运行navGraph的会话。


用法----------Usage----------


ng_walk(nghandler, path)



参数----------Arguments----------

参数:nghandler
navGraph handler of a running navGraph session.  
正在运行的navGraph会议navGraph处理程序。


参数:path
Vector of node names that are adjoining in the current graph. A single character string with the node names separated by a space also works.  
矢量,在当前图上相邻的节点名称。一个单一的节点名称由空格分隔的字符串,也可以。


(作者)----------Author(s)----------



Adrian Waddell and R. Wayne Oldford




参见----------See Also----------

navGraph
navGraph


实例----------Examples----------


## Define a NG_data object[#定义一个NG_data的对象]
ng.iris <- ng_data(name = "iris", data = iris[,1:4],
                shortnames = c('s.L', 's.W', 'p.L', 'p.W'))

## start a navGraph session[开始navGraph会话]
nav <- navGraph(ng.iris)

## Find linegraph[#查找linegraph]
LG <- linegraph(completegraph(shortnames(ng.iris)))

## find a path[#找到一个路径]
library(PairViz)
path = eulerian(LG)

## walk the path[#行走路径]
ng_walk(nav,path)

转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。


注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

手机版|小黑屋|生物统计家园 网站价格

GMT+8, 2024-11-24 13:55 , Processed in 0.030158 second(s), 15 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

快速回复 返回顶部 返回列表