powered by
Wrapper of the function regularradius written by Julien Claude (Morphometrics with R)
morphomapRegradius(mat, center, n)
V2 position of landmarks equi angular spaced
a kx2 matrix
coordinates of the center from which the calculation of regular radius started
number of points
Julien Claude, Antonio Profico
Claude, J. (2008). Morphometrics with R. Springer Science & Business Media.
extsec<-morphomapCircle(10,1000) sel<-morphomapRegradius(extsec,center = c(0,0),n=11) selcoo<-extsec[sel,] plot(extsec,type="l",asp=1) points(selcoo,col="red",pch=19)
Run the code above in your browser using DataLab