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

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

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

                                         Returns the shortnames of a NG_data object.
                                         返回的NG_data对象的shortnames。

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

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

Shortnames are useful to reduce the node names of navigation graphs. The node names of navigation graphs are either linked with the names or the shortnames of the NG_data object.
Shortnames是有用的导航图,以减少节点的名称。与的名称或shortnames,的NG_data对象链接的导航图中的节点名称。


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


shortnames(x)



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

参数:x
NG_data object.  
NG_data对象。


值----------Value----------

Vector of strings.
向量的字符串。


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



Adrian Waddell and Wayne Oldford




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

navGraph, ng_data
navGraph,ng_data


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


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

## Display shortnames[#显示shortnames功能]
shortnames(ng.iris) ## no shortnames defined yet[#定义还没有shortnames]

## Modify the shortnames[#修改的shortnames。]
shortnames(ng.iris) <- c("sL","sW","pL","pW")

## Display updated shortnames[#显示最新shortnames。]
shortnames(ng.iris) ## no shortnames defined yet[#定义还没有shortnames]


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


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

使用道具 举报

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

本版积分规则

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

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

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

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