Learn R Programming

FFTrees (version 1.5.3)

fftrees_ffttowords: Describes an FFT in words

Description

Describes an FFT in words

Usage

fftrees_ffttowords(x = NULL, digits = 2)

Arguments

x

FFTrees. An FFTrees object created with FFTrees()

digits

integer. How many digits to round numeric values

Value

A list of string vectors

Examples

Run this code
# NOT RUN {
heart.fft <- FFTrees(diagnosis ~.,
                     data = heartdisease,
                     decision.labels = c("Healthy", "Disease"))

inwords(heart.fft)

# }

Run the code above in your browser using DataLab