This dataset, Apes_list, is a list containing landmark data of great ape skulls. It includes 8 landmarks in 2 dimensions for 167 individuals. The dataset consists of two elements: the landmark coordinates and the group factor indicating species. All values are preserved as in the original source, with no modifications.
Usage
data(Apes_list)
Format
A list with 2 elements:
- x
Array of landmark coordinates (numeric) with dimensions 8 landmarks × 2 dimensions × 167 individuals
- group
Factor indicating the species or group of each individual
Details
The dataset name has been kept as 'Apes_list' 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 in any way.