This dataset, Brain_animals, is a tibble containing brain and body weight measurements for 28 animal species, useful for allometric and comparative studies. The dataset includes 28 observations and 3 variables. All values are preserved as in the original source, with no modifications.
Usage
data(Brain_animals)
Format
A tibble with 28 observations and 3 variables:
- species
Species name (character)
- bodyweight
Body weight of the species (numeric)
- brainweight
Brain weight of the species (numeric)
Details
The dataset name has been kept as 'Brain_animals' 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.