pcw: Distribution of of tropical trees along the Panama canal

Description Usage Format Source References Examples

Description

Abundance of tropical trees, environmental variables and spatial coordinates for 50 sites. Data are available at http://www.sciencemag.org/content/295/5555/666/suppl/DC1 but plots from Barro Colorado Island were removed.

Usage

1

Format

A list with 5 components.

spe

Distribution of the abundances of 778 species in 50 sites

env

Measurments of environmental variables for the 50 sites

xy

Spatial coordinates for the sites (decimal degrees)

xy.utm

Spatial coordinates for the sites (UTM)

map

Map of the study area stored as a SpatialPolygons object

Source

Condit, R., N. Pitman, E. G. Leigh, J. Chave, J. Terborgh, R. B. Foster, P. N<c3><ba>nez, S. Aguilar, R. Valencia, G. Villa, H. C. Muller-Landau, E. Losos, and S. P. Hubbell. (2002) Beta-diversity in tropical forest trees. Science, 295, 666<e2><80><93>669.

Pyke, C. R., R. Condit, S. Aguilar, and S. Lao. (2001) Floristic composition across a climatic gradient in a neotropical lowland forest. Journal of Vegetation Science, 12, 553–566.

References

Dray, S., R. P<c3><a9>lissier, P. Couteron, M. J. Fortin, P. Legendre, P. R. Peres-Neto, E. Bellier, R. Bivand, F. G. Blanchet, M. De Caceres, A. B. Dufour, E. Heegaard, T. Jombart, F. Munoz, J. Oksanen, J. Thioulouse, and H. H. Wagner. (2012) Community ecology in the age of multivariate multiscale spatial analysis. Ecological Monographs, 82, 257–275.

Examples

1
2
3
4
5
6
7
if(adegraphicsLoaded()) {
  data(pcw)
  if(requireNamespace("spdep", quietly = TRUE)) {
    nb1 <- graph2nb(gabrielneigh(pcw$xy.utm), sym = T) 
    s.label(pcw$xy, nb = nb1, Sp = pcw$map)
  }
}

ade4 documentation built on May 2, 2019, 5:50 p.m.

Related to pcw in ade4...