R/MGR.R

# mean germination rate

MGR <- function(time, nger) {
  result <- 1/MGT(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.