This dataset, chiapas_dry_forests_df, is a data frame containing data on species richness and vegetation productivity (measured via NDVI) in the dry forests of Chiapas, Mexico. It includes 96 observations and 2 variables. These indicators are often used in ecological and environmental analyses to assess biodiversity and landscape productivity.
Usage
data(chiapas_dry_forests_df)
Format
A data frame with 96 observations and 2 variables:
- richness
Species richness (integer)
- ndvi
Normalized Difference Vegetation Index (NDVI), a measure of vegetation productivity (numeric)
Details
The dataset name has been kept as 'chiapas_dry_forests_df' to avoid confusion with other datasets in the R ecosystem. This naming convention helps distinguish this dataset as part of the MexicoDataAPI package and assists users in identifying its specific characteristics. The suffix 'df' indicates that the dataset is a data frame. The original content has not been modified in any way.