display_trails(tourr)
display_trails()所属R语言包:tourr
Display tour path with trails
显示游览路径与路径
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Animate a 2D tour path with a point trails
动画2D游览路径与点径
用法----------Usage----------
display_trails(center = TRUE, axes = "center",
half_range = NULL, col = "black", pch = 20, past = 3,
...)
animate_trails(data, tour_path = grand_tour(), ...)
参数----------Arguments----------
参数:axes
position of the axes: center, bottomleft or off
轴中心位置,bottomleft或关闭
参数:center
if TRUE, centers projected data to (0,0). This pins the center of data cloud and make it easier to focus on the changing shape rather than position.
如果为TRUE,中心的预测数据为(0,0)。这个引脚的数据中心的云,并使其更容易专注于不断变化的形状,而不是位置。
参数: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.
计算时使用的限制,预计一半范围。如果没有设置,默认为原产地为每个数据行的最大距离。
参数:col
color to be plotted. Defaults to "black"
要绘制的颜色。默认设置为“黑色”
参数:pch
size of the point to be plotted. Defaults to 20.
要绘制的点的大小。默认为20。
参数:past
draw line between current projection and projection past steps ago
画线之间目前的投影和投影past步骤前
参数:...
other arguments passed on to animate and display_xy
其他参数传递给animate和display_xy
参数:data
matrix, or data frame containing numeric columns
矩阵或数据框中包含数字的列
参数:tour_path
tour path generator, defaults to 2d grand tour
发电机游览路径,默认为二维盛大旅游
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|