Last chance! 50% off unlimited learning
Sale ends in
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.A.segments(A, col=NA, border.col="grey60", border.lty=1)
array
of $(x; y)$ coordinates, typically, landmarks.lty
for these segments.data(gorf.dat) # we import gorf.data from shapes
A.segments(gorf.dat, border.lty=2, border.col="grey95")
m <- A.mshape(gorf.dat)
points(m, pch=5)
Run the code above in your browser using DataLab