| ger_GSP {GerminaR} | R Documentation | 
Germination Speed
Description
This function calculates the Germination Speed according at the time lapse of the evaluations.
Usage
ger_GSP(evalName, data)
Arguments
| evalName | Prefix of the names of the periods of evaluation. | 
| data | The name of the data frame containing the data. | 
Value
It returns an vector with the Germination Speed
Examples
library(GerminaR)
dfr <- prosopis
gsp <- ger_GSP(evalName = "D", data = dfr)
gsp
[Package GerminaR version 2.1.4 Index]