A shinyApp package for Estimating Space Weather Benchmarks
Open an RStudio or R session and type:
devtools::install_github("predsci/solarExtremes")
There's only one exported function in the package. In an RStudio session type:
solarExtremes::launchApp()
... or ....
library(solarExtremes)
launchApp()
The shinyApp solarExtremes provides statistical estimates and uncertainties for the occurrence rate of an extreme geomagnetic storm. The distribution of events are modeled as power-law, log-normal and exponential. The Kolmogorov-Smirnov statistic is used to estimate the goodness of fit. The uncertainty in the estimates is calculated using the bootstrap method and likelihood ratio tests assess whether one distribution is preferred over another. The package includes a database of geomagnetic (Dst, AE, AL, AP, AU and Ey), interplanetary (Bn, Bz, CMEs, solar wind speed, and plasma beta), and solar (sunspot number and F10.7) indices. The package can also analyze user uploaded data.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.