Learn R Programming

Momocs (version 1.0.0)

rm_harm: Removes harmonics from Coe objects

Description

Useful to drop harmonics on Coe objects. Should only work for Fourier-based approached since it looks for [A-D][1-drop] pattern.

Usage

rm_harm(x, drop = 1)

Arguments

x
Coe object
drop
numeric number of harmonics to drop

Examples

Run this code
data(bot)
bf <- efourier(bot)
colnames(rm_harm(bf, 1)$coe)

Run the code above in your browser using DataLab