R/mean_total.R

mean_total <- function(lengths){

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