ger_MGR {GerminaR} | R Documentation |
Mean Germination Rate
Description
This function calculates the mean germination rate of the germination.
Usage
ger_MGR(evalName, data)
Arguments
evalName |
Prefix of the names of the periods of evaluation. |
data |
The name of the data frame containing the data. |
Details
The average speed of germination is defined as the reciprocal of the average time germination (RANAL; SANTANA, 2006).
Value
It returns an vector with the values of Mean Germination Rate
References
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.
Examples
library(GerminaR)
dfr <- prosopis
mgr <- ger_MGR(evalName = "D", data = dfr)
mgr
[Package GerminaR version 2.1.4 Index]