ger_VGT: Variance of the Mean Germination Time

View source: R/ger_indices.R

ger_VGTR Documentation

Variance of the Mean Germination Time

Description

This function calculates the variance of the mean germination time.

Usage

ger_VGT(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 Variance of Germination

Examples

library(GerminaR)
dfr <- prosopis
vgt <- ger_VGT(evalName = "D", data = dfr)
vgt

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