Learn R Programming

Momocs (version 0.1-01)

get.Nef: Calculates Elliptical Fourier Analysis.

Description

Calculates Elliptical Fourier Analysis with specified parameters.

Usage

get.Nef(Coo, nb.h=32, smooth.it=0, fromrt=FALSE)

Arguments

Coo
the Coo object
nb.h
integer indicating how many harmonics to calculate
smooth.it
integer indicating how many smoothing iterations to perform
fromrt
logical whether the position of the first point has to be preserved

Value

  • a Coo-object is returned.

Examples

Run this code
data(bottles.cont)
nef <- get.Nef(bottles.cont)
pca3(nef)

Run the code above in your browser using DataLab