dominanceDecay: Dominance Decay Model

Description Usage Arguments Details Value Author(s) References See Also Examples

Description

Simulate ranked abundance distribution for Dominance Decay model. The total niche is sequential and randomly divided and largest fraction is always selected to be divided. First, total niche is divided randomly in two fraction. Then, the largest of this two fraction is selected and divided again in two fraction. The largest of this three fraction is selected and divided again in two fraction. This procedures is repeated until all species have a fraction of total niche. This model result in most evenness abundance distribution.

Usage

1
  dominanceDecay(N, S, count = FALSE)

Arguments

N

Total abundance. See 'Details' for more information.

S

Number of species.

count

Define if measure of abundance is number of individuals. See 'Details' for more information.

Details

Abundance is a measure of the amount of each species and can be represented by number of individuals or biomass, dry weight or cover (Pielou 1975). If the argument count is TRUE, then each specie will have amount of individual in accordance with model rules. Note that some species may have zero individual if model rules result in hight dominance. If count is FALSE (default), then each species will have a fraction of total abundance. The values randomly generated to represent amount of niche to be divided follow the uniform distribution.

Value

A vector of ranked species abundance from the most abundant (rank 1) to the least abundant (rank S).

Author(s)

Mario J. Marques-Azevedo

Maintainer: Mario J. Marques-Azevedo <mariojmaaz@gmail.com>

References

Pielou, E. C. 1975. Ecological diversity. Wiley, New York.

Tokeshi, M. 1990. Niche apportionment or random assortment: species abundance patterns revisited. J. Anim. Ecol. 59: 1129-1146.

See Also

For others models see dominancePreemp, MacArthurFraction, randFraction, randAssort and powerFraction.

For fit models see fitmodel and fitmodelCl to fit using parellel computation. To find best w parameter to powerFraction see findPFw.

Examples

1
2
  set.seed(42)
  dominanceDecay(100, 10)

MarioJose/nicheApport documentation built on May 7, 2019, 2:52 p.m.