Learn R Programming

vegan (version 2.0-10)

BCI: Barro Colorado Island Tree Counts

Description

Tree counts in 1-hectare plots in the Barro Colorado Island.

Usage

data(BCI)

Arguments

encoding

UTF-8

format

A data frame with 50 plots (rows) of 1 hectare with counts of trees on each plot with total of 225 species (columns). Full Latin names are used for tree species.

source

http://www.sciencemag.org/cgi/content/full/295/5555/666/DC1

Details

Data give the numbers of trees at least 10 cm in diameter at breast height (1.3 m above the ground) in each one hectare square of forest. Within each one hectare square, all individuals of all species were tallied and are recorded in this table.

The data frame contains only the Barro Colorado Island subset of the original data.

The quadrats are located in a regular grid. See examples for the coordinates.

References

Condit, R, Pitman, N, Leigh, E.G., Chave, J., Terborgh, J., Foster, R.B., Nuñez{Nunez}, P., Aguilar, S., Valencia, R., Villa, G., Muller-Landau, H.C., Losos, E. & Hubbell, S.P. (2002). Beta-diversity in tropical forest trees. Science 295, 666--669.

See Also

BCI.env in BiodiversityR package for environmental data (coordinates are given below in the examples).

Examples

Run this code
data(BCI)
## UTM Coordinates (in metres)
UTM.EW <- rep(seq(625754, 626654, by=100), each=5)
UTM.NS <- rep(seq(1011569,  1011969, by=100), len=50)

Run the code above in your browser using DataLab