View source: R/core-out-efourier.R
efourier_i | R Documentation |
efourier_i
uses the inverse elliptical Fourier transformation to
calculate a shape, when given a list with Fourier coefficients, typically
obtained computed with efourier.
efourier_i(ef, nb.h, nb.pts = 120)
ef |
|
nb.h |
|
nb.pts |
|
See efourier for the mathematical background.
A matrix of (x; y) coordinates.
Directly borrowed for Claude (2008), and also called iefourier
there.
Claude, J. (2008) Morphometrics with R, Use R! series, Springer 316 pp. Ferson S, Rohlf FJ, Koehn RK. 1985. Measuring shape variation of two-dimensional outlines. Systematic Biology 34: 59-68.
Other efourier:
efourier_shape()
,
efourier()
coo <- bot[1]
coo_plot(coo)
ef <- efourier(coo, 12)
ef
efi <- efourier_i(ef)
coo_draw(efi, border='red', col=NA)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.