powered by
This function makes a data table with the cumulative sum of values of germination.
ger_cumsum(SeedN, evalName, method = "percentage", data)
Name of the colonn with the seed numbers
Prefix of the evalaution variable
Type of cummulative germination. "percentage" or "relative"
Data with the germination avaliation process
Data frame with the cumulative sum
# 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