Skip to contents

This dataset, Elephants_df, is a data frame containing physical measurements of elephants. The dataset includes 1,470 observations and 5 variables, covering sex, age, chest circumference, height, and mass. All values are preserved as in the original source, with no modifications.

Usage

data(Elephants_df)

Format

A data frame with 1,470 observations and 5 variables:

Sex

Sex of the elephant (character)

Age

Age in years (numeric)

Chest

Chest circumference (numeric)

Height

Height (numeric)

Mass

Mass (numeric)

Source

Data taken from the SRMData package version 1.0.2

Details

The dataset name has been kept as 'Elephants_df' 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 suffix 'df' indicates that the dataset is a data frame. The original content has not been modified.