convert_proj_tibble {mulgar} | R Documentation |
This function turns a projection sequence into a tibble
Description
Take an array of a projection sequence, and turn into a tibble with numbered projections
Usage
convert_proj_tibble(t1)
Arguments
t1 |
tour projection sequence |
Value
tbl1 tibble
Examples
require(tourr)
t1 <- interpolate(save_history(flea[, 1:6], grand_tour(4), max = 2))
tbl1 <- convert_proj_tibble(t1)
[Package mulgar version 1.0.2 Index]