powered by
Take an array of a projection sequence, and turn into a tibble with numbered projections
convert_proj_tibble(t1)
tbl1 tibble
tour projection sequence
require(tourr) t1 <- interpolate(save_history(flea[, 1:6], grand_tour(4), max = 2)) tbl1 <- convert_proj_tibble(t1)
Run the code above in your browser using DataLab