Animate a 2D tour path with a point trails
display_trails(
center = TRUE,
axes = "center",
half_range = NULL,
col = "black",
pch = 20,
cex = 1,
past = 3,
...
)
animate_trails(data, tour_path = grand_tour(), ...)
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.
position of the axes: center, bottomleft or off
half range to use when calculating limits of projected. If not set, defaults to maximum distance from origin to each row of data.
color to be plotted. Defaults to "black"
shape of the point to be plotted. Defaults to 20.
magnification of plotting text relative to default. Defaults to 1.
draw line between current projection and projection past
steps ago
other arguments passed on to animate
and
display_xy
matrix, or data frame containing numeric columns
tour path generator, defaults to 2d grand tour
animate_trails(flea[,1:6], col=flea$species)
#> Converting input data to the required matrix format.
#> Using half_range 66