powered by
This function makes a data table with the cumulative sum of values of germination by days.
ger_intime(Factor, SeedN, evalName, method = "percentage", data)
Factor wich will be graph in time
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 germination by period
Need a summary by factor before use it with function SummaryBy.
# NOT RUN { library(GerminaR) dt <- prosopis grt <- ger_intime(Factor = "nacl", SeedN = "seeds", evalName = "D", method = "percentage", data = dt) head(grt, 10) # }
Run the code above in your browser using DataLab