RnavGraph-package(RnavGraph)
RnavGraph-package()所属R语言包:RnavGraph
Overview RnavGraph package
概述RnavGraph包
译者:生物统计家园网 机器人LoveR
描述----------Description----------
GUI to explore high dimensional data using graphs as navigational infrastructure.
GUI使用图形作为导航的基础设施,以探索高维数据。
This package implements some of the methods described in the Hurley and Oldford paper.
包实现在Hurley和Oldford的纸张的一些描述的方法。
Visualization instructions can be linked to a bullet on the graph. The bullet can be moved along the graph.
可视化的指示可以被链接到图表上的子弹。子弹可以沿着图形移动。
With the tk2d graphics device, provided by the RnavGraph package, one can display images, glyphs, text and glyphs and modify their location smoothly.
tk2d图形设备,提供RnavGraph包,可以显示图像,字形,文字和字形,并顺利修改自己的位置。
Details
详细信息----------Details----------
The package vignette provides a detailed overview of the RnavGraph package. Use vignette("RnavGraph").
包小插曲RnavGraph包提供了一个详细的介绍。使用vignette("RnavGraph")。
(作者)----------Author(s)----------
Adrian Waddell and R. Wayne Oldford
参考文献----------References----------
参见----------See Also----------
navGraph
navGraph
实例----------Examples----------
ng.iris <- ng_data(name = "iris", data = iris[,1:4],
shortnames = c('s.L', 's.W', 'p.L', 'p.W'),
group = iris$Species,
labels = substr(iris$Species,1,2))
nav <- navGraph(ng.iris)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|