R/CV.R

 CV <- function(Sums)
{
 bottom <- sqrt(Sums[2])
 top <- 1.63
 answer <- top/bottom
 return(answer)
 }
KCIV/LotkasLaw documentation built on May 8, 2019, 4:40 p.m.