## imports
import(shiny)
importFrom("grDevices", "cm.colors", "grey", "heat.colors", "rainbow",
           "terrain.colors", "topo.colors")
importFrom("graphics", "abline", "boxplot", "filled.contour", "grid", "plot")
importFrom("stats", "as.formula", "cutree", "dist", "hclust", "median", "model.matrix", "prcomp", "quantile", "rect.hclust", "var")

## exports
# standard functions
export(aweSOM)
export(aweSOMdendrogram)
export(aweSOMplot)
export(aweSOMreorder)
export(aweSOMscreeplot)
export(aweSOMsilhouette)
export(aweSOMsmoothdist)
export(cdt)
export(somDist)
export(somInit)
export(somQuality)

S3method(print, somQual)
