read_fft_df
reads and returns
the definition of a single FFT (as a tidy data frame)
from the multi-line FFT definitions of an FFTrees
object.
read_fft_df
allows reading individual tree definitions
to manipulate them with other tree trimming functions.
write_fft_df
provides the inverse functionality.
See also
get_fft_df
for getting the FFT definitions of an FFTrees
object;
write_fft_df
for writing one FFT to tree definitions;
add_fft_df
for adding FFTs to tree definitions;
FFTrees
for creating FFTs from and applying them to data.
Other tree definition and manipulation functions:
add_fft_df()
,
add_nodes()
,
drop_nodes()
,
edit_nodes()
,
flip_exits()
,
get_fft_df()
,
reorder_nodes()
,
select_nodes()
,
write_fft_df()