powered by
This function calculates the Germination Speed according at the time lapse of the evaluations.
ger_GSP(evalName, data)
Prefix of the names of the periods of evaluation.
The name of the data frame containing the data.
It returns an vector with the Germination Speed
# NOT RUN { library(GerminaR) dfr <- prosopis gsp <- ger_GSP(evalName = "D", data = dfr) gsp # }
Run the code above in your browser using DataLab