Learn R Programming

primer (version 1.2.0)

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

Description

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

Arguments

Format

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

References

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

Examples

Run this code
# NOT RUN {
data(CandG)
barplot(CandG, names=1:19)

# }

Run the code above in your browser using DataLab