50% off | Unlimited Data & AI Learning

Last chance! 50% off unlimited learning

Sale ends in


GerminaR (version 2.1.5)

ger_CVG: 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)

Value

It returns an vector with the values of Coefficient of Variance of germination

Arguments

evalName

Prefix of the names of the periods of evaluation.

data

The name of the data frame containing the data.

Examples

Run this code
library(GerminaR)
dfr <- prosopis
cvg <- ger_CVG(evalName = "D", data = dfr)
cvg

Run the code above in your browser using DataLab