Learn R Programming

shapes (version 1.0-2)

gorf.dat: Female gorilla data

Description

Female gorilla skull data. 8 landmarks in 2 dimensions, 30 individuals

Usage

data(gorf.dat)

Arguments

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/~ild/bookdata/gorf.dat

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

Examples

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

Run the code above in your browser using DataLab