# Generated by roxygen2: do not edit by hand

S3method(extract_proximity,RandomForest)
S3method(extract_proximity,randomForest)
S3method(extract_proximity,rfsrc)
S3method(partial_dependence,RandomForest)
S3method(partial_dependence,randomForest)
S3method(partial_dependence,rfsrc)
S3method(variable_importance,RandomForest)
S3method(variable_importance,randomForest)
S3method(variable_importance,rfsrc)
export(extract_proximity)
export(partial_dependence)
export(plot_imp)
export(plot_pd)
export(plot_pred)
export(plot_prox)
export(variable_importance)
import(assertthat)
import(ggplot2)
importFrom(foreach,"%:%")
importFrom(foreach,"%do%")
importFrom(foreach,"%dopar%")
importFrom(foreach,foreach)
importFrom(foreach,getDoParWorkers)
importFrom(iterators,icount)
importFrom(plyr,ldply)
importFrom(reshape2,melt)
importFrom(stats,as.formula)
importFrom(stats,predict)
