treemap-package(treemap)
treemap-package()所属R语言包:treemap
Treemap visualization
TreeMap的可视化
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Details
详细信息----------Details----------
A treemap is a space-filling visualization of hierarchical structures. With this package different kind of treemaps can be generated, such as comparison treemaps and density treemaps. Small multiples are also supported.
TreeMap的是一个空间填充可视化的层次结构。有了这个包,可以产生不同种类的树图,如比较树图和密度树图。也支持小倍数。
The function tmPlot is used to plot treemaps. The functions tmClick and tmLocate are used to respectively capture a mouse click on a treemap and locate the corresponding object.
的功能tmPlot用于绘制树图。的功能tmClick和tmLocate分别用于捕捉鼠标点击一个树状图,并找到相应的对象。
(作者)----------Author(s)----------
Martijn Tennekes <a href="mailto:mtennekes@gmail.com">mtennekes@gmail.com</a>
参考文献----------References----------
B, Plaisant, C (2009) Treemaps for space-constrained visualization of hierarchies. Website</a>
M., Jonge, E. de (2011) Top-down data analysis with treemaps. Proceedings of the International Conference on Information Visualization Theory and Applications, IVAPP 2011, Algarve, Portugal.</a>
实例----------Examples----------
# load Gross national income data[加载国民总收入数据]
data(GNI2010)
# create treemap[创建树状图]
tmPlot(GNI2010,
index=c("continent", "iso3"),
vSize="population",
vColor="GNI",
type="value")
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|