digit3.dat | R Documentation |
Handwritten digit ‘3’ data. 13 landmarks in 2 dimensions, 30 individuals
data(digit3.dat)
An array of dimension 13 x 2 x 30
Dryden, I.L. and Mardia, K.V. (2016). Statistical Shape Analysis, with applications in R (Second Edition). Wiley, Chichester. Chapter 1.
http://www.maths.nott.ac.uk/personal/ild/bookdata/digit3.dat
Data from Cath Anderson
data(digit3.dat) k<-dim(digit3.dat)[1] n<-dim(digit3.dat)[3] plotshapes(digit3.dat,joinline=c(1:13))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.