get_exit_type
checks and converts a vector x
of FFT exit descriptions into exits of an FFT
that correspond to the current options of
exit_types
(as a global constant).
get_exit_type(x, verify = TRUE)
A vector of FFT exit descriptions.
A flag to turn verification on/off (as logical).
Default: verify = TRUE
.
A vector of exit_types
(or an error).
get_exit_type
also verifies that the exit types conform to an FFT
(e.g., only the exits of the final node are bi-directional).
FFTrees
for creating FFTs from and applying them to data.
Other utility functions:
get_best_tree()
,
get_fft_df()