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