Learn R Programming

Momocs (version 0.1-01)

iefourier: Calculates inverse Fourier Elliptical.

Description

Calculates inverse Fourier Elliptical if passed with harmonic coefficients.

Usage

iefourier(an, bn, cn, dn, k, n, ao = 0, co = 0)

Arguments

an
a vector of numeric indicating the $a_{1 \to n}$ harmonic coefficient
bn
a vector of numeric indicating the $b_{1 \to n}$ harmonic coefficient
cn
a vector of numeric indicating the $c_{1 \to n}$ harmonic coefficient
dn
a vector of numeric indicating the $d_{1 \to n}$harmonic coefficient
k
integer indicating the number of harmonics to claculate
n
integer indicating the number of points to sample on the calculated outline
ao
numeric: the $a_0$ harmonic coefficient
co
numeric: $c_0$ harmonic coefficient

Value

  • a list of (x; y) coordinates.