Learn R Programming

GerminaR (version 1.4.2)

ger_cumsum: Cumulative sum of germination matrix

Description

This function makes a data table with the cumulative sum of values of germination.

Usage

ger_cumsum(SeedN, evalName, method = "percentage", data)

Arguments

SeedN

Name of the colonn with the seed numbers

evalName

Prefix of the evalaution variable

method

Type of cummulative germination. "percentage" or "relative"

data

Data with the germination avaliation process

Value

Data frame with the cumulative sum

Examples

Run this code
# NOT RUN {
library(GerminaR)
dt <- prosopis
gcs <- ger_cumsum(SeedN = "seeds", evalName = "D", method = "percentage", data = dt)
head(gcs, 10)
# }

Run the code above in your browser using DataLab