display_stereo(tourr)
display_stereo()所属R语言包:tourr
Anaglpyh tour path animation.
Anaglpyh游览路径的动画。
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Uses red-blue anaglyphs to display a 3d tour path. You'll need some red- blue glasses to get much out of this displays!
使用红色,蓝色立体照片显示3D的游览路径。你需要一些红色,蓝色的眼镜,得到多少,这显示了!
用法----------Usage----------
display_stereo(blue, red, ...)
animate_stereo(data, tour_path = grand_tour(3),
blue = rgb(0, 0.91, 0.89), red = rgb(0.98, 0.052, 0),
...)
参数----------Arguments----------
参数:blue
blue colour (for right eye)
蓝色(右眼)
参数:red
red colour (for left eye)
红色(用于左眼)
参数:...
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
发电机游览路径,默认为二维盛大旅游
实例----------Examples----------
animate_stereo(flea[, 1:6])
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|