R/mean_razao.R

mean_razao <- function(lengths){

 result <- (mean(lengths[[4]])/mean(lengths[[3]]))
  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.