R/LotkasLogY.R

Defines functions LotkasLogY

Documented in LotkasLogY

LotkasLogY <- function(Table)
{
  value <- log(Table[,2:2], base = 10)
  return(value)
}

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.