display_scatmat(tourr)
display_scatmat()所属R语言包:tourr
Scatterplot matrix tour path animation.
散点图矩阵,游览路径动画。
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Animate a nD tour path with a scatterplot matrix.
动画ND游览路径的散点图矩阵。
用法----------Usage----------
display_scatmat(...)
animate_scatmat(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----------
The lines show the observations, and the points, the values of the projection matrix.
行显示的观察,和点,投影矩阵的值。
参见----------See Also----------
animate for options that apply to all animations
animate选项适用于所有的动画
实例----------Examples----------
animate_scatmat(flea[, 1:6], grand_tour(2))
animate_scatmat(flea[, 1:6], grand_tour(6))
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|