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