display_faces(tourr)
display_faces()所属R语言包:tourr
Chernoff faces tour path animation.
切尔诺夫面临的游览路径动画。
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Animate a nD tour path with Chernoff's faces. Can display up to 18 dimensions.
切尔诺夫的脸动画ND游览路径。最多可以显示18尺寸。
用法----------Usage----------
display_faces(...)
animate_faces(data, tour_path = grand_tour(3), ...)
参数----------Arguments----------
参数:...
other arguments passed on to animate
其他参数传递给animate
参数:data
matrix, or data frame containing numeric columns
矩阵或数据框中包含数字的列
参数:tour_path
tour path generator, defaults to 2d grand tour
发电机游览路径,默认为二维盛大旅游
Details
详细信息----------Details----------
This function requires the TeachingDemos package to draw the Chernoff faces. See faces2 for more details.
此功能需要TeachingDemos包绘制切尔诺夫脸。见faces2更多详情。
参见----------See Also----------
animate for options that apply to all animations
animate选项适用于所有的动画
实例----------Examples----------
# The drawing code is fairly slow, so this animation works best with a[绘图代码是相当缓慢的,所以这个动画效果最好]
# limited number of cases[数量有限的情况下,]
animate_faces(flea[1:2, 1:6])
animate_faces(flea[1:4, 1:6])
animate_faces(flea[1:2, 1:6], grand_tour(5))
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|