R/LotkasXY.R

Defines functions LotkasXY

Documented in LotkasXY

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