R/randFraction.R

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