convert_proj_tibble | R Documentation |
Take an array of a projection sequence, and turn into a tibble with numbered projections
convert_proj_tibble(t1)
t1 |
tour projection sequence |
tbl1 tibble
require(tourr)
t1 <- interpolate(save_history(flea[, 1:6], grand_tour(4), max = 2))
tbl1 <- convert_proj_tibble(t1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.