radial_tour {tourr} | R Documentation |
A radial tour path.
Description
The radial tour rotates a chosen variable axis out of the current projection.
Usage
radial_tour(start, mvar = 1, ...)
Arguments
start |
initial projection matrix |
mvar |
variable(s) chosen to rotate out |
... |
additional arguments for drawing |
Details
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
.
Examples
animate_xy(flea[, 1:6], radial_tour(basis_random(6, 2), mvar = 4), rescale=TRUE)
animate_xy(flea[, 1:6], radial_tour(basis_random(6, 2), mvar = c(3,4)), rescale=TRUE)
animate_dist(flea[, 1:6], radial_tour(basis_random(6, 1), mvar = 4), rescale=TRUE)
animate_scatmat(flea[, 1:6], radial_tour(basis_random(6, 3), mvar = 4), rescale=TRUE)
[Package tourr version 1.2.0 Index]