# Generated by roxygen2: do not edit by hand

S3method(plot,FFTrees)
S3method(predict,FFTrees)
S3method(print,FFTrees)
S3method(summary,FFTrees)
export(FFTrees)
export(FFTrees.guide)
export(fftrees_apply)
export(fftrees_create)
export(fftrees_cuerank)
export(fftrees_define)
export(fftrees_ffttowords)
export(fftrees_threshold_factor_grid)
export(fftrees_threshold_numeric_grid)
export(fftrees_wordstofftrees)
export(inwords)
export(showcues)
import(testthat)
importFrom(caret,confusionMatrix)
importFrom(cli,style_underline)
importFrom(dplyr,"%>%")
importFrom(dplyr,bind_rows)
importFrom(dplyr,near)
importFrom(dplyr,pull)
importFrom(e1071,svm)
importFrom(grDevices,col2rgb)
importFrom(grDevices,gray)
importFrom(grDevices,rgb)
importFrom(graphics,abline)
importFrom(graphics,arrows)
importFrom(graphics,axis)
importFrom(graphics,layout)
importFrom(graphics,legend)
importFrom(graphics,mtext)
importFrom(graphics,par)
importFrom(graphics,plot)
importFrom(graphics,points)
importFrom(graphics,rect)
importFrom(graphics,segments)
importFrom(graphics,text)
importFrom(graphics,title)
importFrom(knitr,kable)
importFrom(magrittr,"%>%")
importFrom(progress,progress_bar)
importFrom(randomForest,randomForest)
importFrom(rpart,rpart)
importFrom(scales,comma)
importFrom(scales,percent)
importFrom(stats,as.formula)
importFrom(stats,formula)
importFrom(stats,glm)
importFrom(stats,median)
importFrom(stats,model.frame)
importFrom(stats,model.matrix)
importFrom(stats,predict)
importFrom(stats,qnorm)
importFrom(stats,sd)
importFrom(stats,var)
importFrom(stringr,str_detect)
importFrom(stringr,str_extract)
importFrom(testthat,expect_true)
importFrom(tibble,as_tibble)
importFrom(tibble,tibble)
importFrom(utils,browseVignettes)
importFrom(utils,vignette)
