View source: R/get_histories.R
get_guided_holes_history | R Documentation |
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'.
get_guided_holes_history(data, dimension)
data |
the dataset to calculate the projections with. |
dimension |
1 for a 1d tour or 2 for a 2d tour |
history object containing the projections of the requested tour
data("flea", package = "tourr")
flea <- flea[-7]
get_guided_holes_history(flea, 2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.