Learn R Programming

primer (version 0.1)

CandG: Data drawn approximately from Collins and Glenn (1991)

Description

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

Usage

data(CandG)

Arguments

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

Run this code
data(CandG)
barplot(CandG, names=1:19)

Run the code above in your browser using DataLab