- Notifications
You must be signed in to change notification settings - Fork22
A implementation of tour algorithms in R
License
ggobi/tourr
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
Hadley Wickham, Di Cook, Nick Spyrison, Ursula Laa, H. Sherry Zhang,Stuart Lee
July 11, 2025
The goal of tourr is to explore shapes of high-dimensional data. Thiscode also allows new tour methods to be created that utilise geodesicinterpolation and basis generation functions.
You can install the released version of tourr fromCRAN 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 willshow a 2D tour displayed as a scatterplot on a 6D data set with threelabelled classes.
animate_xy(flea[,-7],col=flea$species)
The best place to get started is theJournal of Statistical Softwarepaper.
About
A implementation of tour algorithms in R
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Packages0
Uh oh!
There was an error while loading.Please reload this page.
Contributors12
Uh oh!
There was an error while loading.Please reload this page.
