Hadley Wickham, Di Cook, Nick Spyrison, Ursula Laa, H. Sherry Zhang, Stuart Lee
June 20, 2023

tourr

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.

Installation

You can install the released version of tourr from CRAN with:

You can install the development version of tourr from github with:

# install.packages("remotes")
remotes::install_github("ggobi/tourr")

Example

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)

Resources

The best place to get started is the Journal of Statistical Software paper.