ger_GRS: Germinated Seed Number

View source: R/ger_indices.R

ger_GRSR 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

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