The RLumShiny package provides a single function from which all shiny apps can be started: app_RLum().
It essentially only takes one argument, which is a unique keyword specifying which application to start.
See the table below for a list of available shiny apps and which keywords to use. If no keyword is used
a dashboard will be started instead, from which an application can be started.
| Application name: | Keyword: | Function: |
| Abanico Plot | abanico | Luminescence::plot_AbanicoPlot |
| Histogram | histogram | Luminescence::plot_Histogram |
| Kernel Density Estimate Plot | KDE | Luminescence::plot_KDE |
| Radial Plot | radialplot | Luminescence::plot_RadialPlot |
| Aliquot Size | aliquotsize | Luminescence::calc_AliquotSize |
| Dose Recovery Test | doserecovery | Luminescence::plot_DRTResults |
| Cosmic Dose Rate | cosmicdose | Luminescence::calc_CosmicDoseRate |
| CW Curve Transformation | transformCW | Luminescence::convert_CW2pHMi, Luminescence::convert_CW2pLM, Luminescence::convert_CW2pLMi, Luminescence::convert_CW2pPMi |
| Filter Combinations | filter | Luminescence::plot_FilterCombinations |
| Fast Ratio | fastratio | Luminescence::calc_FastRatio |
| Fading Correction | fading | Luminescence::analyse_FadingMeasurement, Luminescence::calc_FadingCorr |
| Finite Mixture | finitemixture | Luminescence::calc_FiniteMixture |
| Huntley (2006) | huntley2006 | Luminescence::calc_Huntley2006 |
| IRSAR RF | irsarRF | Luminescence::analyse_IRSAR.RF |
| LM Curve | lmcurve | Luminescence::fit_LMCurve |
| Test Stimulation Power | teststimulationpower | Luminescence::plot_RLum |
| Scale Gamma Dose Rate | scalegamma | Luminescence::scale_GammaDose |
| RCarb app | RCarb | RCarb::model_DoseRate |