50% off: Unlimited data and AI learning.
State of Data and AI Literacy Report 2025

shapes (version 1.0-2)

gorm.dat: Male gorilla data

Description

Male gorilla skull data. 8 landmarks in 2 dimensions, 29 individuals

Usage

data(gorm.dat)

Arguments

format

An array of dimension 8 x 2 x 29

source

Dryden, I.L. and Mardia, K.V. (1998). Statistical Shape Analysis, Wiley, Chichester. p317

References

http://www.maths.nott.ac.uk/~ild/bookdata/gorm.dat

Data from Paul O'Higgins (Hull-York Medical School)

Examples

Run this code
data(gorm.dat)
n<-dim(gorm.dat)[3]
par(pty="s")
plot(gorm.dat[,,1],xlim=c(-50,250),ylim=c(-50,250),type="n",xlab="",ylab="")
for (i in 1:n){
points(gorm.dat[,,i],pch=c(1:8))
}

Run the code above in your browser using DataLab