Simulate a frequency count table based on a negative binomial model.
Zero-truncated, obviously.
rnbinomtable(C, size, probability)
Arguments
- C
species richness
- size
size parameter for the negative binomial distribution
- probability
probability parameter for the negative binomial
distribution
Value
A simulated frequency count table.