Learn R Programming

shapes (version 1.2.7)

humanmove: Human movement data

Description

Human movement data. 4 landmarks in 2 dimensions, 5 individuals observed at 10 times.

Usage

data(humanmove)

Arguments

Format

humanmove: An array of landmark configurations 4 x 2 x 10 x 5

References

Data from James Richardson.

Examples

Run this code
data(humanmove)
#plotshapes(humanmove[,,,1])
#for (i in 2:5){
#for (j in 1:4){
#for (k in 1:10){
#points(humanmove[j,,k,i],col=i)
#}
#}
#}

Run the code above in your browser using DataLab