powered by
This function calculates the number of seed germinated.
ger_GRS(evalName, data)
Prefix of the names of the periods of evaluation.
The name of the data frame containing the data.
Number of seed germianated
# NOT RUN { library(GerminaR) dt <- prosopis grs <- ger_GRS(evalName = "D", data = dt) grs # }
Run the code above in your browser using DataLab