powered by
This function calculates the coefficient of variation of the mean germination time
ger_CVG(evalName, data)
Prefix of the names of the periods of evaluation.
The name of the data frame containing the data.
It returns an vector with the values of Coefficient of Variance of germination
# NOT RUN { library(GerminaR) dfr <- prosopis cvg <- ger_CVG(evalName = "D", data = dfr) cvg # }
Run the code above in your browser using DataLab