| Zoo | R Documentation |
A database containing characteristics of different animals. The database was created and donated by Richard S. Forsyth and is available from the UCI Machine Learning Repository (Newman et al, 1998).
A data frame with 101 observations on the following 17 variables.
haira numeric vector
feathersa numeric vector
eggsa numeric vector
milka numeric vector
airbornea numeric vector
aquatica numeric vector
predatora numeric vector
tootheda numeric vector
backbonea numeric vector
breathesa numeric vector
venomousa numeric vector
finsa numeric vector
legsa numeric vector
taila numeric vector
domestica numeric vector
catsizea numeric vector
classa factor with levels amphibian bird fish insect invertebrate mammal reptile
David Aha, Patrick Murphy, Christopher Merz, Eamonn Keogh, Cathy Blake, Seth Hettich, David Newman, Arthur Asuncion, Moshe Lichman, Dheeru Dua, Casey Graff (2023): UCI Machine Learning Repository, https://archive.ics.uci.edu/, University of California, Irvine.
Other data:
Chameleon,
Irish,
Munsingen,
SupremeCourt,
Townships,
Wood,
create_lines_data(),
is.robinson()
data("Zoo")
x <- scale(Zoo[, -17])
d <- dist(x)
pimage(d)
order <- seriate(d, method = "tsp")
pimage(d, order)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.