R/LotkasXX.R

Defines functions LotkasXX

Documented in LotkasXX

LotkasXX <- function(Table)
{
  value <- (Table[,3:3] * Table[,3:3])
  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.