Hadley Wickham, Di Cook, Nick Spyrison, Ursula Laa, H. Sherry Zhang,
Stuart Lee
June 20, 2023
The goal of tourr is to explore shapes of high-dimensional data. This code also allows new tour methods to be created that utilise geodesic interpolation and basis generation functions.
You can install the released version of tourr from CRAN with:
install.packages("tourr")
You can install the development version of tourr from github with:
# install.packages("remotes")
remotes::install_github("ggobi/tourr")
To run a tour in R, use one of the animate functions. This code will show a 2D tour displayed as a scatterplot on a 6D data set with three labelled classes.
animate_xy(flea[,-7], col=flea$species)
The best place to get started is the Journal of Statistical Software paper.