R/UnifG.R

# Uniformidade de germinacao

UnifG <- function(time, nger) {

  result <- T90(time,nger) - T10(time,nger)

  return(result)
}

Try the SeedCalc package in your browser

Any scripts or data that you put into this service are public.

SeedCalc documentation built on May 2, 2019, 8:26 a.m.