ger_GSP | R Documentation |
This function calculates the Germination Speed according at the time lapse of the evaluations.
ger_GSP(evalName, data)
evalName |
Prefix of the names of the periods of evaluation. |
data |
The name of the data frame containing the data. |
It returns an vector with the Germination Speed
library(GerminaR) dfr <- prosopis gsp <- ger_GSP(evalName = "D", data = dfr) gsp
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.