import(vegan)
importFrom("grDevices", "colorRampPalette", "rainbow")
importFrom("graphics", "abline", "axis", "legend", "lines", "matlines",
             "persp", "arrows", "text")
importFrom("vegan", "decostand")
importFrom("stats", "as.dist", "cutree", "dist", "quantile", "model.matrix", "var", "cmdscale")

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