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:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|