display_pcp | R Documentation |
Animate a nD tour path with a parallel coordinates plot.
display_pcp(...)
animate_pcp(data, tour_path = grand_tour(3), ...)
... |
other arguments passed on to |
data |
matrix, or data frame containing numeric columns |
tour_path |
tour path generator, defaults to 2d grand tour |
The lines show the observations, and the points, the values of the projection matrix.
animate
for options that apply to all animations
animate_pcp(flea[, 1:6], grand_tour(3))
animate_pcp(flea[, 1:6], grand_tour(5))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.