View source: R/display-andrews.r
display_andrews | R Documentation |
Animate a nD tour path with Andrews' curves. For more details about
Andrew's curves, see andrews
display_andrews(col = "black", palette = "Zissou 1", ...)
animate_andrews(data, tour_path = grand_tour(3), col = "black", ...)
col |
color to be plotted. Defaults to "black" |
palette |
name of color palette for point colour, used by |
... |
other arguments passed on to |
data |
matrix, or data frame containing numeric columns |
tour_path |
tour path generator, defaults to 2d grand tour |
animate
for options that apply to all animations
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()))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.