rm_harm | R Documentation |
Useful to drop harmonics on Coe objects. Should only work for
Fourier-based approached since it looks for [A-D][1-drop]
pattern.
rm_harm(x, drop = 1)
x |
Coe object |
drop |
numeric number of harmonics to drop |
a Momocs object of same class
Other handling functions:
arrange()
,
at_least()
,
chop()
,
combine()
,
dissolve()
,
fac_dispatcher()
,
filter()
,
mutate()
,
rename()
,
rescale()
,
rm_missing()
,
rm_uncomplete()
,
rw_fac()
,
sample_frac()
,
sample_n()
,
select()
,
slice()
,
subsetize()
data(bot)
bf <- efourier(bot)
colnames(rm_harm(bf, 1)$coe)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.