ng_set<-(RnavGraph)
ng_set<-()所属R语言包:RnavGraph
Modify data in a NG_data, NG_graph, NG_path or navgraph handler object.
在NG_data,NG_graph,NG_path或navgraph的处理程序对象的修改数据。
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Modifies data in some of the in RnavGraph specifically defined classes.
修改一些在RnavGraph具体定义的类的数据。
用法----------Usage----------
ng_set(object, what) <- value
参数----------Arguments----------
参数:object
Either a: navgraph handler, NG_data, NG_path, NG_graph object.
无论是 - 一个:navgraph处理程序,NG_data,NG_path,NG_graph对象。
参数:what
String of what should be modified within the object.
字符串应该是什么修改对象的内部。
参数:value
Replacement value.
重置价值。
Details
详细信息----------Details----------
Using ng_set is risky because we don't guarantee that the objects gets updated correctly. We recommend to just re-create the object.
使用ng_set是危险的,因为我们不保证对象被正确更新。我们建议重新创建对象。
(作者)----------Author(s)----------
Adrian Waddell and Wayne Oldford
参见----------See Also----------
navGraph, ng_set-methods, ng_get, ng_get-methods , ng_set_color<-, ng_get_color, ng_set_size<-, ng_get_size
navGraph,ng_set-methods,ng_get,ng_get-methods,ng_set_color<-,ng_get_color,ng_set_size<-,ng_get_size
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|