import(vegan,sp)
importFrom("grDevices", "colorRampPalette", "rainbow")
importFrom("graphics", "abline", "axis", "legend", "lines", "matlines",
             "persp", "arrows")
importFrom("stats", "as.dist", "cutree", "dist", "quantile", "var", "cmdscale")
importFrom("utils", "setTxtProgressBar", "txtProgressBar")
importFrom(Rcpp, evalCpp)
useDynLib(vegclust)

# Export all names
exportPattern(".")
S3method(plot,CAP)
S3method(plot,stratifiedvegdata)
S3method(plot,CAS)
S3method(summary,clustconst)
S3method(plot,mvegclust)