Learn R Programming

GerminaR (version 1.4.2)

ger_SDG: Standard deviation of the Mean Germination Time

Description

This function calculates the standard desviation of the mean germination time

Usage

ger_SDG(evalName, data)

Arguments

evalName

Prefix of the names of the periods of evaluation.

data

The name of the data frame containing the data.

Value

It returns an vector with the values of Standard desviation of germination

Examples

Run this code
# NOT RUN {
library(GerminaR)
dfr <- prosopis
sdg <- ger_SDG(evalName = "D", data = dfr)
sdg
# }

Run the code above in your browser using DataLab