display_stars(tourr)
display_stars()所属R语言包:tourr
Star glyph tour path animation.
星字形的游览路径动画。
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Animate a nD tour path with star glyphs.
动画明星字形的Nd游览路径。
用法----------Usage----------
display_stars(...)
animate_stars(data, tour_path = grand_tour(3), ...)
参数----------Arguments----------
参数:...
other arguments passed on to stars
其他参数传递给stars
参数:data
matrix, or data frame containing numeric columns
矩阵或数据框中包含数字的列
参数:tour_path
tour path generator, defaults to 2d grand tour
发电机游览路径,默认为二维盛大旅游
Details
详细信息----------Details----------
Currently, scaling doesn't seem to be computed absolutely correctly, as centres move around as well as outside points.
目前,缩放似乎并没有绝对正确,计算为中心,左右移动以及外部。
参见----------See Also----------
animate for options that apply to all animations
animate选项适用于所有的动画
实例----------Examples----------
animate_stars(flea[1:10, 1:6])
animate_stars(flea[1:10, 1:6], grand_tour(5))
animate_stars(flea[, 1:6], grand_tour(5))
animate_stars(flea[1:10, 1:6], grand_tour(5),
col.stars = rep("grey50", 10), radius = FALSE)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|