powered by
Useful to drop harmonics on Coe objects. Should only work for Fourier-based approached since it looks for [A-D][1-drop] pattern.
[A-D][1-drop]
rm_harm(x, drop = 1)
Coe object
numeric number of harmonics to drop
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()
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()
# NOT RUN { data(bot) bf <- efourier(bot) colnames(rm_harm(bf, 1)$coe) # }
Run the code above in your browser using DataLab