Zoo {seriation} | R Documentation |
A database containing characteristics of different animals. The database was created and donated by Richard S. Forsyth.
data("Zoo")
A data frame with 101 observations on the following 17 variables.
hair
feathers
eggs
milk
airborne
aquatic
predator
toothed
backbone
breathes
venomous
fins
legs
tail
domestic
catsize
class
amphibian
bird
fish
insect
invertebrate
mammal
reptile
D.J. Newman, S. Hettich, C.L. Blake and C.J. Merz (1998): UCI Repository of machine learning databases, http://www.ics.uci.edu/~mlearn/MLRepository.html, University of California, Irvine, Dept. of Information and Computer Sciences.
data("Zoo") x <- scale(Zoo[, -17]) d <- dist(x) pimage(d) order <- seriate(d, method = "tsp") pimage(d, order)