This dataset, Plants_occ, is a data frame containing occurrence records for 7 plant species, including species name and geographic coordinates. The dataset includes 1,658 observations and 3 variables. All values are preserved as in the original source, with no modifications.
Usage
data(Plants_occ)
Format
A data frame with 1,658 observations and 3 variables:
- species
Name of the plant species (character)
- x
Longitude coordinate (numeric)
- y
Latitude coordinate (numeric)
Details
The dataset name has been kept as 'Plants_occ' to avoid confusion with other datasets in the R ecosystem. This naming convention helps distinguish this dataset as part of the BioWorldR package and assists users in identifying its specific characteristics. The original content has not been modified.