tour_aes {detourr} | R Documentation |
Aesthetic mapping for tours
Description
Aesthetic mapping for tours describing how variables in the data are mapped to visual properties of the tour animation.
Usage
tour_aes(...)
Arguments
... |
list of name-value pairs in the form 'aesthetic = variable'. Variables are evaluated using tidyselect syntax. |
Value
a list of quosures
Examples
detour(tourr::flea, tour_aes(projection = -species, colour = species)) |>
tour_path(grand_tour(3), fps = 60) |>
show_scatter(alpha = 0.7, axes = FALSE)
[Package detourr version 0.1.0 Index]