Learn R Programming

GerminaR (version 2.1.5)

ger_GRS: Germinated Seed Number

Description

This function calculates the number of seed germinated.

Usage

ger_GRS(evalName, data)

Value

Number of seed germinated

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)
dt <- prosopis
grs <- ger_GRS(evalName = "D", data = dt)
grs

Run the code above in your browser using DataLab