ger_CVG: Coefficient of Variance of the Mean Germination Time

View source: R/ger_indices.R

ger_CVGR 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

GerminaR documentation built on May 20, 2022, 1:06 a.m.