Skip to content

ggobi/tourr

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
R
 
 
 
 
 
 
 
 
man
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

tourr: tour methods for multivariate data visualisation

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:

install.packages("tourr")

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.