# Generated by roxygen2: do not edit by hand

export(accuracy.MC)
export(accuracy.kfold)
export(accuracy.plot)
export(assign.MC)
export(assign.X)
export(assign.kfold)
export(assign.matrix)
export(check.loci)
export(compile.data)
export(membership.plot)
export(read.Genepop)
export(read.Structure)
export(reduce.allele)
import(foreach)
import(ggplot2)
import(stringr)
importFrom(MASS,lda)
importFrom(caret,createFolds)
importFrom(doParallel,registerDoParallel)
importFrom(e1071,naiveBayes)
importFrom(e1071,svm)
importFrom(parallel,detectCores)
importFrom(parallel,makeCluster)
importFrom(parallel,stopCluster)
importFrom(randomForest,importance)
importFrom(randomForest,randomForest)
importFrom(reshape2,melt)
importFrom(stats,model.matrix)
importFrom(stats,prcomp)
importFrom(stats,predict)
importFrom(stats,reorder)
importFrom(stats,sd)
importFrom(stats,xtabs)
importFrom(tree,tree)
importFrom(utils,packageVersion)
importFrom(utils,read.csv)
importFrom(utils,read.table)
importFrom(utils,setTxtProgressBar)
importFrom(utils,txtProgressBar)
importFrom(utils,write.table)
