
Last chance! 50% off unlimited learning
Sale ends in
Abundance of tropical trees, environmental variables and spatial coordinates for 50 sites. Data are available at https://science.sciencemag.org/content/suppl/2002/01/24/295.5555.666.DC1 but plots from Barro Colorado Island were removed.
data(pcw)
A list with 5 components.
Distribution of the abundances of 778 species in 50 sites
Measurements of environmental variables for the 50 sites
Spatial coordinates for the sites (decimal degrees)
Spatial coordinates for the sites (UTM)
Map of the study area stored as a SpatialPolygons object
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.
# 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