| 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.
hairfeatherseggsmilkairborneaquaticpredatortoothedbackbonebreathesvenomousfinslegstaildomesticcatsizeclassamphibian bird fish insect invertebrate mammal reptileD.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)