Learn R Programming

FFTrees (version 1.7.0)

fftrees_wordstofftrees: Convert a text description of an FFT into an FFTrees object

Description

fftrees_wordstofftrees converts a verbal description of an FFT (provided as a text string) into a tree definition (of an FFTrees object).

fftrees_wordstofftrees is the complement function to fftrees_ffttowords, which converts a tree definition (of an FFTrees object) into a verbal description.

To increase robustness, the parsing of fftrees_wordstofftrees allows for lower- or uppercase spellings (but not typographical variants) and ignores the else-part of the final sentence (i.e., the part beginning with "otherwise").

Usage

fftrees_wordstofftrees(x, my.tree)

Value

An FFTrees object with a new tree definition as described by my.tree.

Arguments

x

An FFTrees object.

my.tree

string. A verbal string defining an FFT.

See Also

fftrees_ffttowords for converting FFTs into verbal descriptions; print.FFTrees for printing FFTs; plot.FFTrees for plotting FFTs; summary.FFTrees for summarizing FFTs; FFTrees for creating FFTs from and applying them to data.