https://github.com/cran/shapes
Raw File
Tip revision: e335ebe178c2048e5d0d022c52f99c0136e5d623 authored by Ian Dryden on 03 January 2012, 00:00:00 UTC
version 1.1-5
Tip revision: e335ebe
sooty.dat.Rd
\name{sooty.dat}
\alias{sooty.dat}
\title{Sooty mangabey data}
\description{Sooty mangabey data skull data. 12 landmarks 
in 2 dimensions, 2 individuals (juvenile and adult)
}
\usage{data(sooty.dat)}
\format{
An array of dimension 12 x 2 x 2
}
\source{
Dryden, I.L. and Mardia, K.V. (1998). 
Statistical Shape Analysis, Wiley, Chichester. p17, 42 
}
\references{
Data from Paul O'Higgins (Hull-York Medical School)
}
\examples{
data(sooty.dat)
plotshapes(sooty.dat,joinline=c(1:12,1))
}
\keyword{datasets}

back to top