display_andrews(tourr)
display_andrews()所属R语言包:tourr
Andrews' curves tour path animation.
安德鲁斯的曲线的游览路径动画。
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Animate a nD tour path with Andrews' curves. For more details about Andrew's curves, see andrews
动画ND的游览路径与安德鲁斯的曲线。对安德鲁的曲线,欲了解更多详细信息,请参阅andrews
用法----------Usage----------
display_andrews(...)
animate_andrews(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
发电机游览路径,默认为二维盛大旅游
参见----------See Also----------
animate for options that apply to all animations
animate选项适用于所有的动画
实例----------Examples----------
animate_andrews(flea[, 1:6])
animate_andrews(flea[, 1:6], grand_tour(d = 3))
animate_andrews(flea[, 1:6], grand_tour(d = 6))
# It's easy to experiment with different tour paths:[这很容易尝试不同的游览路径:]
animate_andrews(flea[, 1:6], guided_tour(cmass))
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|