https://github.com/cran/shapes
Raw File
Tip revision: 78ae2a3df7ec289b683ad08a8894abfc259f5ae2 authored by Ian Dryden on 12 November 2006, 00:00:00 UTC
version 1.0-10
Tip revision: 78ae2a3
gorf.dat.Rd
\name{gorf.dat}
\alias{gorf.dat}
\non_function{}
\title{Female gorilla data}
\description{Female gorilla skull data. 8 landmarks 
in 2 dimensions, 30 individuals
}
\usage{data(gorf.dat)}
\format{
An array of dimension 8 x 2 x 30
}
\source{
Dryden, I.L. and Mardia, K.V. (1998). 
Statistical Shape Analysis, Wiley, Chichester. p317 
}
\references{
http://www.maths.nott.ac.uk/personal/ild/bookdata/gorf.dat

Data from Paul O'Higgins (Hull-York Medical School)
}
\examples{
data(gorf.dat)
plotshapes(gorf.dat)
}
\keyword{datasets}

back to top