This function initialises a detour object which, along with the
tour_path and show_functions is used to build a detour visualisation.
Examples
detour(tourr::flea, tour_aes(projection = -species, colour = species)) |>
tour_path(grand_tour(3), fps = 60) |>
show_scatter(alpha = 0.7, axes = FALSE)
