ger_MGR | R Documentation |
This function calculates the mean germination rate of the germination.
ger_MGR(evalName, data)
evalName |
Prefix of the names of the periods of evaluation. |
data |
The name of the data frame containing the data. |
The average speed of germination is defined as the reciprocal of the average time germination (RANAL; SANTANA, 2006).
It returns an vector with the values of Mean Germination Rate
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.
library(GerminaR) dfr <- prosopis mgr <- ger_MGR(evalName = "D", data = dfr) mgr
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.