Learn R Programming

seriation (version 1.0-12)

Zoo: Zoo database

Description

A database containing characteristics of different animals. The database was created and donated by Richard S. Forsyth.

Usage

data("Zoo")

Arguments

source

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.

Examples

Run this code
data("Zoo")
x <- scale(Zoo[, -17])


d <- dist(x)
pimage(d)

order <- seriate(d, method = "tsp")
pimage(d, order)

Run the code above in your browser using DataLab