The radial tour rotates a chosen variable axis out of the current projection.
radial_tour(start, mvar = 1, ...)
initial projection matrix
variable(s) chosen to rotate out
additional arguments for drawing
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], radial_tour(basis_random(6, 2), mvar = 4))
#> Converting input data to the required matrix format.
#> Using half_range 66
animate_xy(flea[, 1:6], radial_tour(basis_random(6, 2), mvar = c(3,4)))
#> Converting input data to the required matrix format.
#> Using half_range 66
animate_dist(flea[, 1:6], radial_tour(basis_random(6, 1), mvar = 4))
#> Converting input data to the required matrix format.
#> Using half_range 66
animate_scatmat(flea[, 1:6], radial_tour(basis_random(6, 3), mvar = 4))
#> Converting input data to the required matrix format.