This dataset, Crab_morpho, is a data frame containing morphological measurements of crabs. The dataset includes 173 observations and 5 variables, covering sex, color, spine count, body width, and weight. All values are preserved as in the original source, with no modifications.
Usage
data(Crab_morpho)
Format
A data frame with 173 observations and 5 variables:
- color
Color score of the crab (integer)
- spine
Number of spines (integer)
- weight
Body weight (numeric)
- width
Body width (numeric)
- satellites
Sex of the crab (integer)
Details
The dataset name has been kept as 'Crab_morpho' 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.