
# Export all names
#exportPattern(".")

exportPattern(bagging, bagging.cv, boosting, boosting.cv, errorevol, margins, autoprune,MarginOrderedPruning.Bagging, importanceplot)


# Import all packages listed as Imports or Depends
import(
  rpart,
  mlbench,
  caret
)

S3method(predict, boosting)
S3method(predict, bagging)
S3method(plot, errorevol)
S3method(plot, margins)

#2015-10 lo aado
importFrom("graphics", "abline", "barplot", "legend", "lines", "plot")
importFrom("stats", "as.formula", "predict", "model.frame")