ger_GSP: Germination Speed

View source: R/ger_indices.R

ger_GSPR Documentation

Germination Speed

Description

This function calculates the Germination Speed according at the time lapse of the evaluations.

Usage

ger_GSP(evalName, data)

Arguments

evalName

Prefix of the names of the periods of evaluation.

data

The name of the data frame containing the data.

Value

It returns an vector with the Germination Speed

Examples

library(GerminaR)
dfr <- prosopis
gsp <- ger_GSP(evalName = "D", data = dfr)
gsp

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