powered by
Describes an FFT in words
fftrees_ffttowords(x = NULL, digits = 2)
A list of string vectors
FFTrees. An FFTrees object created with FFTrees()
integer. How many digits to round numeric values
heart.fft <- FFTrees(diagnosis ~ ., data = heartdisease, decision.labels = c("Healthy", "Disease") ) inwords(heart.fft)
Run the code above in your browser using DataLab