Hadley Wickham, Di Cook, Nick Spyrison, Ursula Laa, H. Sherry Zhang, Stuart Lee November 20, 2020
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 nullabor from github with:
# install.packages("devtools")
devtools::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)