ger_GRS {GerminaR}R Documentation

Germinated Seed Number

Description

This function calculates the number of seed germinated.

Usage

ger_GRS(evalName, data)

Arguments

evalName

Prefix of the names of the periods of evaluation.

data

The name of the data frame containing the data.

Value

Number of seed germinated

Examples


library(GerminaR)
dt <- prosopis
grs <- ger_GRS(evalName = "D", data = dt)
grs

[Package GerminaR version 2.1.4 Index]