radial_tour | R Documentation |
The radial tour rotates a chosen variable axis out of the current projection.
radial_tour(start, mvar = 1, ...)
start |
initial projection matrix |
mvar |
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), 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.