View source: R/core-out-sfourier.R
sfourier_i | R Documentation |
sfourier_i
uses the inverse radii variation (equally spaced curvilinear abscissa) transformation to
calculate a shape, when given a list with Fourier coefficients, typically
obtained computed with sfourier.
sfourier_i(rf, nb.h, nb.pts = 120, dtheta = FALSE)
rf |
A |
nb.h |
|
nb.pts |
|
dtheta |
|
A list with components:
x |
|
y |
|
angle |
|
r |
|
Renaud S, Pale JRM, Michaux JR (2003): Adaptive latitudinal trends in the mandible shape of Apodemus wood mice. J Biogeogr 30:1617-1628.
Other sfourier:
sfourier_shape()
,
sfourier()
coo <- coo_center(bot[1]) # centering is almost mandatory for sfourier family
coo_plot(coo)
rf <- sfourier(coo, 12)
rf
rfi <- sfourier_i(rf)
coo_draw(rfi, border='red', col=NA)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.