ger_VGT {GerminaR} | R Documentation |
Variance of the Mean Germination Time
Description
This function calculates the variance of the mean germination time.
Usage
ger_VGT(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 values of Variance of Germination
Examples
library(GerminaR)
dfr <- prosopis
vgt <- ger_VGT(evalName = "D", data = dfr)
vgt
[Package GerminaR version 2.1.4 Index]