display_depth(tourr)
display_depth()所属R语言包:tourr
Display 3d projection with depth cues
深度线索3D投影显示。
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Suggestion to use gray background and colour saturation (instead of gray shading) by Graham Wills.
建议使用灰色的背景和色彩饱和度(而不是灰色阴影)由Graham的意志。
用法----------Usage----------
display_depth(center = TRUE, half_range = NULL, ...)
animate_depth(data, tour_path = grand_tour(3), ...)
参数----------Arguments----------
参数:center
should projected data be centered to have mean zero (default: TRUE). This pins the centre of the data to the same place, and makes it easier to focus on the shape.
预测数据为中心,以均值为零(默认:TRUE)。此标签的数据中心的同一个地方,使得它更容易集中的形状。
参数:half_range
half range to use when calculating limits of projected. If not set, defaults to maximum distance from origin to each row of data.
计算时使用的限制,预计一半范围。如果没有设置,默认为原产地为每个数据行的最大距离。
参数:...
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_depth(flea[, 1:6])
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|