R/percauthors.R

Defines functions percauthors

Documented in percauthors

percauthors <- function(Table, Sums)
{
  justy <- Table[,2:2]
  newcol <- justy/Sums[2]
  return(newcol)
  
}

Try the LotkasLaw package in your browser

Any scripts or data that you put into this service are public.

LotkasLaw documentation built on May 2, 2019, 8:54 a.m.