ade4 (version 1.7-15)

pcw: Distribution of of tropical trees along the Panama canal

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

data(pcw)

Arguments

Format

A list with 5 components.

spe

Distribution of the abundances of 778 species in 50 sites

env

Measurements 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

References

Dray, S., R. P<U+00E9>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

Run this code
# NOT RUN {
if(adegraphicsLoaded()) {
  data(pcw)
  if(requireNamespace("spdep", quietly = TRUE)) {
    nb1 <- spdep::graph2nb(spdep::gabrielneigh(pcw$xy.utm), sym = TRUE) 
    s.label(pcw$xy, nb = nb1, Sp = pcw$map)
  }
}
# }

Run the code above in your browser using DataLab