exportPattern("^[[:alpha:]]+")
import(parallel)
import(doParallel)
importFrom("utils", "combn", "head")
import(Matrix)
importFrom("geometry","convhulln")
importFrom("inflection", "ede", "uik", "d2uik")
importFrom("lpSolve", "lp.assign")
importFrom("grDevices", "chull", "dev.off", "pdf")
importFrom("graphics", "abline", "axis", "grid", "plot", "text", "layout", "legend", "lines", "par")
importFrom("methods", "as")
importFrom("stats", "aggregate", "dist", "runif", "rexp", "lowess", "coefficients", "lm",  "coef", "predict")
importFrom("plot3D", "scatter3D")
export(align_archetypes_from_list)
export(archetypal)
export(check_Bmatrix)
export(dirichlet_sample)
export(find_closer_points)
export(find_furthestsum_points)
export(find_optimal_kappas)
export(find_outmost_convexhull_points)
export(find_outmost_partitioned_convexhull_points)
export(find_outmost_points)
export(find_outmost_projected_convexhull_points)
export(find_pcha_optimal_parameters)
export(FurthestSum)
export(grouped_resample)
export(study_AAconvergence)
