tour_aes | R Documentation |
Aesthetic mapping for tours describing how variables in the data are mapped to visual properties of the tour animation.
tour_aes(...)
... |
list of name-value pairs in the form 'aesthetic = variable'. Variables are evaluated using tidyselect syntax. |
a list of quosures
detour(tourr::flea, tour_aes(projection = -species, colour = species)) |> tour_path(grand_tour(3), fps = 60) |> show_scatter(alpha = 0.7, axes = FALSE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.