Skip to content

Latest commit

 

History

19 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pandemonium

This repository hosts the original implementation of pandemonium, for an updated version visit https://github.com/GabrielMccoy/pandemonium.

The goal of pandemonium is to interactively explore clustering solutions of physics problems in both observable and parameter space in a Shiny app.

Installation

You can install the package from GitHub using devtools:

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

Example

The package comes with an example data set b_anomaly which contains the three necessary inputs to the app: theory predictions and experimentally observed values for all observables (pred and exp), full inverse covariance matrix (covInv) and parameter values (wc).

Using the example data the app is launched as:

library(pandemonium)
pandemonium(b_anomaly$pred, b_anomaly$covInv, b_anomaly$wc, b_anomaly$exp)

About

No description, website, or topics provided.

Resources

Stars

3 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages