GermCalc: GermCalc Function

Description Usage Arguments Author(s) Examples

View source: R/GermCalc.R

Description

Calculates all indices for seed germination or seedling emergence.

Usage

1
GermCalc(germdata, NSeeds)

Arguments

germdata

A data.frame object. The first column is the time for germination, and the others are the total number of seeds germinated until each time

NSeeds

The total amount of seeds used for the germination or emergence test.

Author(s)

Laercio Junio da Silva laerciojdsilva@gmail.com.br Andre Dantas de Medeiros medeiros.seeds@gmail.com Ariadne Morbeck Santos Oliveira ariadneoliveira86@gmail.com

Examples

1
2
3
4
5
time <- c(1,2,3,4,5,6,7,8,9,10)
rep1 <- c(0,2,4,15,25,38,45,50,50,50)
rep2 <- c(0,4,6,18,22,39,40,48,50,50)
germdata <- data.frame(time,rep1,rep2)
GermCalc(germdata, 50)

laerciojunio/SeedCalc-Package documentation built on June 27, 2020, 3:40 p.m.