
GerminaR is a platform base in open source R package to calculate andgraphic the main germination indices. GerminaR include a web applicationcalled “GerminQuant for R” for interactive analysis.
You can install the released version of GerminaR fromCRAN with:
install.packages("GerminaR")And the development version fromGitHub with:
if (!require("remotes"))install.packages("remotes")remotes::install_github("Flavjack/GerminaR")GerminaR::GerminaQuant()If is the first time running the app you should install the appdependencies, including the following argument:
GerminaR::GerminaQuant(dependencies =TRUE)After install the package and the app dependencies you can access tothe app through the Addins list in Rstudio, or in the following link inthe internethttps://flavjack.shinyapps.io/germinaquant/
Lozano-Isla, Flavio; Benites-Alfaro, Omar Eduardo; Pompelli, MarceloFrancisco (2019). GerminaR: An R package for germination analysis withthe interactive web application “GerminaQuant for R.” EcologicalResearch, 34(2), 339–346.https://doi.org/10.1111/1440-1703.1275