R/expected.R

Defines functions expected

Documented in expected

expected <- function(Table,C,N)
{
  value <- Table[,1:1]^N
  nvalue <- 1/value
  part2 <- C*nvalue
  return(part2)
  
}

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.