View source: R/morphomapRegradius.R
morphomapRegradius | R Documentation |
Wrapper of the function regularradius written by Julien Claude (Morphometrics with R)
morphomapRegradius(mat, center, n)
mat |
a kx2 matrix |
center |
coordinates of the center from which the calculation of regular radius started |
n |
number of points |
V2 position of landmarks equi angular spaced
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.