Animate a nD tour path with a scatterplot matrix.
display_scatmat(...)
animate_scatmat(data, tour_path = grand_tour(3), ...)
other arguments passed on to animate
matrix, or data frame containing numeric columns
tour path generator, defaults to 2d grand tour
The lines show the observations, and the points, the values of the projection matrix.
animate
for options that apply to all animations
animate_scatmat(flea[, 1:6], grand_tour(2))
#> Converting input data to the required matrix format.
animate_scatmat(flea[, 1:6], grand_tour(6))
#> Converting input data to the required matrix format.