Learn R Programming

GerminaR (version 2.1.5)

ger_GSP: Germination Speed

Description

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

Usage

ger_GSP(evalName, data)

Value

It returns an vector with the Germination Speed

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)
dfr <- prosopis
gsp <- ger_GSP(evalName = "D", data = dfr)
gsp

Run the code above in your browser using DataLab