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

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

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

                                         Visualization instruction for 2d scatterplots on a ggobi display
                                         对于2D的散点图上一个ggobi的显示可视化指令

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

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

Visualization instruction for a navGraph session that link the nodes of a navigation graph to 2d scatterplots and the edges to a 3d rigid rotation or a 4d transition.
链接导航图以二维散点图和一个三维的刚性旋转或4d过渡的边缘节点的navGraph届的可视化指令。

The scatterplots will be displayed on a ggobi display, provided by the rggobi package.
散点图将显示上ggobi显示器,由rggobi的软件包提供。


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


ng_2d_ggobi(data, graph)



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

参数:data
NG_data object.  
NG_data对象。


参数:graph
NG_graph object.  
NG_graph对象。


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

NG_Viz2D_Ggobi object that inherits from the NG_Visualization class.
NG_Viz2D_Ggobi对象,继承从NG_Visualization类的。


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



Adrian Waddell and R. Wayne Oldford




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

navGraph, ng_data, ng_graph, ng_get-methods, ng_set-methods, ng_2d, ng_2d_myplot
navGraph,ng_data,ng_graph,ng_get-methods,ng_set-methods,ng_2d,ng_2d_myplot


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


## NG_data[#NG_data]
ng.iris <- ng_data(name = "iris", data = iris[,1:4],
                shortnames = c('s.L', 's.W', 'p.L', 'p.W'),
                group = iris$Species)

## NG_graph[#NG_graph]
G <- completegraph(shortnames(ng.iris))
LG <- linegraph(G, sep = "::")
ng.lg <- ng_graph("3d transition", LG, "::", "kamadaKawaiSpring" )

## Visualization instruction[#可视化指令]

viz1 <- ng_2d_ggobi(ng.iris, ng.lg)


viz1


## Start a navGraph session[开始navGraph会话]

nav <- navGraph(ng.iris, ng.lg, viz1)


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


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

使用道具 举报

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

本版积分规则

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

GMT+8, 2024-11-24 13:45 , Processed in 0.029802 second(s), 16 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

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