Learn R Programming

PNC (version 0.1.0)

BCI: Barro Colorado Island (BCI) dataset

Description

The Barro Colorado Island (BCI) dataset contains comprehensive ecological data from the 50-hectare forest dynamics plot on Barro Colorado Island, Panama. This dataset includes phylogenetic information and community composition data for tropical forest species.

Usage

BCI

Arguments

Format

A list containing four main components:

splist

A data frame with species information including species names, genus, and family classifications.

phy_species

A phylogenetic tree representing species-level evolutionary relationships, rooted and including branch lengths.

phy_genus

A phylogenetic tree with 183 tips and 174 internal nodes, rooted and including branch lengths.

com

A community matrix showing species abundance across different sampling plots, with species counts for each location.

References

Condit, R., Pérez, R., Aguilar, S., Lao, S., Foster, R., & Hubbell, S. P. (2019). Complete data from the Barro Colorado 50-ha plot: 423617 trees, 35 years, 2019 version. Dryad Digital Repository. tools:::Rd_expr_doi("10.15146/5xcp-0d46")

Examples

Run this code
# Load the dataset
data(BCI)
head(BCI)

Run the code above in your browser using DataLab