Last chance! 50% off unlimited learning
Sale ends in
This function calculates the coefficient of variation of the mean germination time
ger_CVG(evalName, data)
It returns an vector with the values of Coefficient of Variance of germination
Prefix of the names of the periods of evaluation.
The name of the data frame containing the data.
library(GerminaR)
dfr <- prosopis
cvg <- ger_CVG(evalName = "D", data = dfr)
cvg
Run the code above in your browser using DataLab