knitr::opts_chunk$set( collapse = TRUE, comment = "#>", fig.path = "man/figures/README-", out.width = "100%" )
A collection of shiny application that provides exhanced graphical user interfaces for the gamma package.
cite <- utils::citation("gammaShiny") print(cite, bibtex = FALSE)
You can install gammaShiny from our repository with:
options(repos = c(CRAN = "https://cloud.r-project.org", crp2a = "https://crp2a.r-universe.dev")) install.packages("gammaShiny")
# Load the package library(gammaShiny) # Run the app for gamma dose rate estimation run_app("doserate")
Please note that the gammaShiny project is released with a Contributor Code of Conduct. By contributing to this project, you agree to abide by its terms.
This work received a state financial support managed by the Agence Nationale de la Recherche (France) throught the program Investissements d'avenir (ref. 10-LABX-0052 and 11-IDEX-0001).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.