A.segments: Utilities to manipulate arrays of homologous coordinates, typically landmarks.
Description
A.segments draws interlandmarks segments as an array with landmarks as rows, $(x; y)$ coordinates as columns, and individuals as the third dimension of the array.
data(gorf.dat) # we import gorf.data from shapes packageA.segments(gorf.dat, border.lty=2, border.col="grey95")
m <- A.mshape(gorf.dat)
points(m, pch=5)