| add_fft_df | R Documentation |
add_fft_df adds the definition(s) of
one or more FFT(s) (in the multi-line format of an FFTrees object)
or a single FFT (as a tidy data frame)
to the multi-line FFT definitions of an FFTrees object.
add_fft_df allows for collecting and combining
(sets of) tree definitions after
manipulating them with other tree trimming functions.
add_fft_df(fft, ffts_df = NULL, quiet = FALSE)
fft |
A (set of) FFT definition(s)
(in the multi-line format of an |
ffts_df |
A set of FFT definitions (as a data frame,
usually from an |
quiet |
Hide feedback messages (as logical)?
Default: |
A (set of) FFT definition(s) in the one line
FFT definition format used by an FFTrees object
(as a data frame).
get_fft_df for getting the FFT definitions of an FFTrees object;
read_fft_df for reading one FFT definition from tree definitions;
write_fft_df for writing one FFT to tree definitions;
FFTrees for creating FFTs from and applying them to data.
Other tree definition and manipulation functions:
add_nodes(),
drop_nodes(),
edit_nodes(),
flip_exits(),
get_fft_df(),
read_fft_df(),
reorder_nodes(),
select_nodes(),
write_fft_df()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.