export(clusEvol)
importFrom("stats", "formula","terms","dist")
importFrom("utils", "stack")
importFrom("fpc", "cluster.stats")
importFrom("cluster", "pam")
importFrom("viridis", "scale_fill_viridis")
importFrom("ggplot2", "ggplot", "aes", "stat_ecdf", "geom_boxplot","geom_point","geom_line","aes_string","geom_tile")
importFrom("plotly","ggplotly")
S3method(print,clusEvol)
S3method(plot,clusEvol)