convert_proj_tibble: This function turns a projection sequence into a tibble

View source: R/util.R

convert_proj_tibbleR 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)

mulgar documentation built on April 12, 2025, 1:23 a.m.