Learn R Programming

FFTrees (version 1.6.6)

fftrees_ffttowords: Describes an FFT in words

Description

Describes an FFT in words

Usage

fftrees_ffttowords(x = NULL, digits = 2)

Value

A list of string vectors

Arguments

x

FFTrees. An FFTrees object created with FFTrees()

digits

integer. How many digits to round numeric values

Examples

Run this code

heart.fft <- FFTrees(diagnosis ~ .,
  data = heartdisease,
  decision.labels = c("Healthy", "Disease")
)

inwords(heart.fft)

Run the code above in your browser using DataLab