powered by
This function calculates the standard deviation of the mean germination time
ger_SDG(evalName, data)
It returns an vector with the values of Standard deviation of germination
Prefix of the names of the periods of evaluation.
The name of the data frame containing the data.
library(GerminaR) dfr <- prosopis sdg <- ger_SDG(evalName = "D", data = dfr) sdg
Run the code above in your browser using DataLab