morphomapRegradius {morphomap} | R Documentation |
morphomapRegradius
Description
Wrapper of the function regularradius written by Julien Claude (Morphometrics with R)
Usage
morphomapRegradius(mat, center, n)
Arguments
mat |
a kx2 matrix |
center |
coordinates of the center from which the calculation of regular radius started |
n |
number of points |
Value
V2 position of landmarks equi angular spaced
Author(s)
Julien Claude, Antonio Profico
References
Claude, J. (2008). Morphometrics with R. Springer Science & Business Media.
Examples
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)
[Package morphomap version 1.5 Index]