R/CVm.R

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