Learn R Programming

GerminaR (version 2.1.5)

ger_VGT: Variance of the Mean Germination Time

Description

This function calculates the variance of the mean germination time.

Usage

ger_VGT(evalName, data)

Value

It returns an vector with the values 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
vgt <- ger_VGT(evalName = "D", data = dfr)
vgt

Run the code above in your browser using DataLab