Learn R Programming

tourr (version 0.5.1)

display_andrews: Andrews' curves tour path animation.

Description

Animate a nD tour path with Andrews' curves. For more details about Andrew's curves, see andrews

Usage

display_andrews(...)

animate_andrews(data, tour_path = grand_tour(3), ...)

Arguments

...
other arguments passed on to animate
data
matrix, or data frame containing numeric columns
tour_path
tour path generator, defaults to 2d grand tour

See Also

animate for options that apply to all animations

Examples

Run this code
animate_andrews(flea[, 1:6])
animate_andrews(flea[, 1:6], grand_tour(d = 3))
animate_andrews(flea[, 1:6], grand_tour(d = 6))

# It's easy to experiment with different tour paths:
animate_andrews(flea[, 1:6], guided_tour(cmass))

Run the code above in your browser using DataLab