Skip to content

uschiLaa/galahr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

galahr

galahr, a GUI to Assist Learning About High dimensions in R, provides a GUI to the tourr package based on shiny and plotly. Upload your dataset and use the input panel to select settings for the tour and display, move to the results panel to play the tour animation.

Installation

You can install the development version of galahr from GitHub with:

# install.packages("devtools")
devtools::install_github("uschiLaa/galahr")

Note that rendering is slow with the latest version of plotly (depending on the browser used). We are working on fixing this and currently we recommend using plotly version 4.8 with the galahr package. You can install this version with:

devtools::install_version("plotly", version = "4.8.0", repos = "http://cran.us.r-project.org")

Example

You can launch the Shiny app with the default dataset or your own dataset. Once it appears in the RStudio Viewer, choose `Open in Browser’ for the best layout. The GUI also lets you upload a new dataset that is read from .csv format.

library(galahr)
## launching the app with the default dataset
launchApp()
## launching the app with a different dataset
launchApp(GW170817)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages