powered by
Describes an FFT in words
fftrees_ffttowords(x = NULL, digits = 2)
FFTrees. An FFTrees object created with FFTrees()
integer. How many digits to round numeric values
A list of string vectors
# 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