powered by
This function calculates the mean germination rate of the germination.
ger_MGR(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 values of Mean Germination Rate
The average speed of germination is defined as the reciprocal of the average time germination (RANAL; SANTANA, 2006).
RANAL, M. A.; SANTANA, D. G. DE. How and why to measure the germination process? Revista Brasileira de Botanica, v. 29, n. 1, p. 1-11, mar. 2006.
# NOT RUN { library(GerminaR) dfr <- prosopis mgr <- ger_MGR(evalName = "D", data = dfr) mgr # }
Run the code above in your browser using DataLab