| Cetacea | R Documentation |
A data set with 16 variables on 36 different types of cetacea.
data("Cetacea")
A data frame with 36 observations on 16 categorical variables. The
first 15 variables relate to morphology, osteology, or behavior, and
have both self-explanatory names and levels. The last (CLASS)
gives a common zoological classification.
Vescia:1985
data("Cetacea")
summary(Cetacea)
## Show the cetacea types grouped by class.
split(rownames(Cetacea), Cetacea$CLASS)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.