CandG {primer}R Documentation

Data drawn approximately from Collins and Glenn (1991)

Description

Numbers of species which were observed in 1–19 sites.

Usage

data(CandG)

Format

The format is: num [1:19] 32 16 10 9 8 7 8 6 4 5 ...

Source

Data are approximatations of histogram values for a single year of data in:

S.L. Collins and S.M. Glenn. 1991. Importance of spatial and temporal dynamics in species regional abundance and distribution. Ecology, 72:654-664.

References

Stevens, M.H.H. 2009. A Primer of Ecology with R. Use R! Series. Springer.

Examples

data(CandG)
barplot(CandG, names=1:19)

[Package primer version 0.1 Index]