R/MacArthurFraction.R

# MacArthur Fraction
MacArthurFraction <- function (N, S, count = FALSE){
  return(powerFraction(N = N, S = S, w = 1, count = count))
}
MarioJose/nicheApport documentation built on May 7, 2019, 2:52 p.m.