Learn R Programming

GerminaR (version 2.1.5)

ger_MGR: Mean Germination Rate

Description

This function calculates the mean germination rate of the germination.

Usage

ger_MGR(evalName, data)

Value

It returns an vector with the values of Mean Germination Rate

Arguments

evalName

Prefix of the names of the periods of evaluation.

data

The name of the data frame containing the data.

Details

The average speed of germination is defined as the reciprocal of the average time germination (RANAL; SANTANA, 2006).

References

RANAL, M. A.; SANTANA, D. G. DE. How and why to measure the germination process? Revista Brasileira de Botanica, v. 29, n. 1, p. 1-11, mar. 2006.

Examples

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

Run the code above in your browser using DataLab