R/percauthors.R

percauthors <- function(Table, Sums)
{
  justy <- Table[,2:2]
  newcol <- justy/Sums[2]
  return(newcol)
  
}
KCIV/LotkasLaw documentation built on May 8, 2019, 4:40 p.m.