ECACCUMULATION procedure
Plots species accumulation curves for samples or individuals (D.A. Murray).
Options
Parameters
Description
Species accumulation curves show the rate at which new species are found within a community, and can be extrapolated to provide an estimate of species richness. The simplest type of species accumulation curve is the collectors curve. This plots the cumulative number of species recorded as a function of sampling effort (i.e. number of individuals collected or cumulative number of samples). The order in which samples are included in a species accumulation curve will influence the overall shape. A smooth accumulation curve can be produced by repeating a process of randomly adding the samples to the accumulation curve and then plotting the mean of these permutations. ECACCUMULATION can be used to produce these types of species accumulation curves, and can plot a Coleman curve of the expected number of species based on the method of Coleman et al. (1982); see Method.
For sample-based species accumulation curves, the data can be supplied using the DATA parameter, either as a matrix where the rows contain the number of individuals for each species and the columns specify the different samples or sites, or as a pointer to variates containing samples for the individuals for each species. Alternatively, the individual species numbers or labels can be supplied in either a variate or factor using the DATA parameter while the samples are identified by supplying a grouping factor using the GROUPS option. Individual-based species accumulation curves can be formed using the collector method, where the individual species numbers or labels are specifed in either a variate or factor using the DATA parameter. The species numbers or labels must be specified in the order in which they were collected within the variate or factor. Different samples of individuals can be plotted on the same graph by supplying a grouping factor using the GROUPS option and specifying the individual setting of the METHOD option. For the collector curve the observed number of species can be saved using the RICHNESS parameter. For the random and Coleman curves the average and expected number of species and associated variance can be saved using the RICHNESS and VARIANCE parameters respectively. The type of species accumulation curve (collector, random or Coleman) is specified using the CURVE option. If the collector curve is chosen and the data have been supplied using the individual values with a grouping factor, the METHOD option can be used to choose whether to produce a sample-based plot or a plot of the individual-based curves. The number of permutations used for the random method can be supplied using the NPERMUTATIONS option, by default 100 permutations are used. The SEED option specifies the seed to use for the sub-sampling without replacements. The default value of zero continues an existing sequence of random numbers or, if the generator has not yet been used in this run of GenStat, initializes the generator automatically.
The PRINT option controls printed output, with settings:
A plot of the species accumulation curve can be specified using the sac setting of the PLOT option. The graphical display can be controlled using the SCREEN, WINDOW, KEYWINDOW and PEN options. By default the curves are produced in window 1 using pen 1 and drawn on a new screen.
Options: PRINT, CURVE, PLOT, METHOD, GROUPS, NPERMUTATIONS, SEED, SCREEN, WINDOW, PEN.
Parameters: DATA, RICHNESS, VARIANCE.
Method
For the collector curve the samples or individuals are added in the order they appear in the data. The random method finds the mean number of species and variance from random permutations using sub-sampling without replacement.
For the Coleman curve the expected number of species is calculated by:
sα = S - ∑i=1...S (1 - α)ni
where S is the number of species, ni is the number of individuals belonging to ith species and α is the relative area
α = a / ∑ak
The variance is estimated by
vα = ∑i=1...S (1 - α)ni - ∑i=1...S (1 - α)2 × ni
Further details of this method are given in Coleman et al. (1982).
Action with
RESTRICT
If a parameter is restricted the statistics will be calculated using only those units included in the restriction.
References
Coleman, B.D., Mares, M.A. Willig, M.R. & Hsieh, Y,-H. (1982). Randomness, area, and species richess. Ecology, 63, 1121-1133.
Magurran, A.E. (2003). Measuring Biological Diversity. Blackwell, Oxford.