get_guided_holes_history: Get Guided Tour-Holes History

View source: R/get_histories.R

get_guided_holes_historyR Documentation

Get Guided Tour-Holes History

Description

Returns a guided tour with the holes index to the python' backend. This guided tour is generated with the 'tourr' functions 'save_history' and 'guided_tour'.

Usage

get_guided_holes_history(data, dimension)

Arguments

data

the dataset to calculate the projections with.

dimension

1 for a 1d tour or 2 for a 2d tour

Value

history object containing the projections of the requested tour

Examples

data("flea", package = "tourr")
flea <- flea[-7]
get_guided_holes_history(flea, 2)


lionfish documentation built on April 4, 2025, 2:19 a.m.