The little tour is a planned tour that travels between all axis parallel projections. (John McDonald named this type of tour.)
little_tour(d = 2)
target dimensionality
Usually, you will not call this function directly, but will pass it to
a method that works with tour paths like animate
,
save_history
or render
.
animate_xy(flea[, 1:6], little_tour())
#> Converting input data to the required matrix format.
#> Using half_range 66
animate_pcp(flea[, 1:6], little_tour(3))
#> Converting input data to the required matrix format.
animate_scatmat(flea[, 1:6], little_tour(3))
#> Converting input data to the required matrix format.
animate_pcp(flea[, 1:6], little_tour(4))
#> Converting input data to the required matrix format.