This dataset, Snakes_df, is a data frame containing morphological measurements for snakes, including diet (presence of crayfish), sex, snout-vent length (SVL), and teeth count. The dataset includes 200 observations and 4 variables. All values are preserved as in the original source, with no modifications.
Usage
data(Snakes_df)Format
A data frame with 200 observations and 4 variables:
- Crayfish
Presence of crayfish in diet (character)
- Sex
Sex of the snake (character)
- SVL
Snout-vent length (numeric)
- Teeth
Number of teeth (integer)
Details
The dataset name has been kept as 'Snakes_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.
