Description Usage Arguments Value Author(s) References Examples
View source: R/morphomapRegradius.R
Wrapper of the function regularradius written by Julien Claude (Morphometrics with R)
1 | 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.
1 2 3 4 5 | 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.