Skip to content

uschiLaa/pandemonium

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages