rnbinomtable: Negative binomially distributed frequency count tables.

View source: R/tools_simulate.R

rnbinomtableR Documentation

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)

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.

Author(s)

Amy Willis


breakaway documentation built on Nov. 22, 2022, 5:08 p.m.