ger_VGT | R Documentation |
This function calculates the variance of the mean germination time.
ger_VGT(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 values of Variance of Germination
library(GerminaR) dfr <- prosopis vgt <- ger_VGT(evalName = "D", data = dfr) vgt
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.