Skip to content

ggobi/tourr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

1b2f44d · Feb 28, 2025
Feb 13, 2025
Feb 28, 2025
Mar 7, 2024
Feb 28, 2025
Jun 19, 2023
Feb 13, 2025
Aug 23, 2023
Jun 20, 2023
Sep 16, 2022
Nov 19, 2020
Feb 28, 2025
Apr 19, 2024
Sep 12, 2024
Feb 28, 2025
Jun 20, 2023
Feb 10, 2025
Mar 6, 2019
Feb 10, 2025
Feb 13, 2025
Jan 31, 2025

Repository files navigation

tourr: tour methods for multivariate data visualisation

Hadley Wickham, Di Cook, Nick Spyrison, Ursula Laa, H. Sherry Zhang, Stuart Lee
February 11, 2025

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.

About

A implementation of tour algorithms in R

Resources

License

Citation

Stars

Watchers

Forks

Packages

No packages published

Languages