Learn R Programming

Momocs (version 0.2-6)

eFourier: Calculates elliptical Fourier analysis on Coo objects.

Description

eFourier performs an elliptical Fourier analysis on a Coo-class object, with the specified parameters (number of harmonics and number of smoothing iterations) and returns a Coe-class object containing harmonic coefficients (usually normalized). It accepts the same arguments as the function efourier.

Usage

eFourier(Coo, nb.h = 32, smooth.it = 0, norm = TRUE, start = FALSE)

Arguments

Coo
A Coo object.
nb.h
integer. The number of harmonics to use
smooth.it
integer. The number of smoothing iterations to perform.
norm
logical. Whether to print or not diagnosis messages.
start
logical. Whether to define the first point of the outlines as an homologous point, and thus preserve this information. See Details and References in efourier.

See Also

efourier and efourier.norm

Examples

Run this code
data(bot)
eFourier(bot)

Run the code above in your browser using DataLab