Package: mdendro
Version: 2.0
Date: 2021-05-28
Title: Extended Agglomerative Hierarchical Clustering
Description: A comprehensive collection of linkage methods for agglomerative
  hierarchical clustering on a matrix of proximity data (distances or
  similarities), returning a multifurcated dendrogram or multidendrogram.
  Multidendrograms can group more than two clusters when ties in proximity data
  occur, and therefore they do not depend on the order of the input data.
  Descriptive measures to analyze the resulting dendrogram are additionally
  provided.
Encoding: latin1
Authors@R: c(person(given = "Alberto", family = "Fernandez",
                    email = "alberto.fernandez@urv.cat",
                    role = c("aut", "cre"),
                    comment = c(ORCID = "0000-0002-1241-1646")),
             person(given = "Sergio", family = "Gmez",
                    email = "sergio.gomez@urv.cat",
                    role = c("aut"),
                    comment = c(ORCID = "0000-0003-1820-0062")))
URL: https://deim.urv.cat/~sergio.gomez/multidendrograms.php
License: AGPL-3
Imports: graphics, grDevices, Rcpp, stats, utils
LinkingTo: Rcpp
Suggests: ape, cluster, dendextend, knitr, rmarkdown
VignetteBuilder: knitr, rmarkdown
SystemRequirements: C++11
NeedsCompilation: yes
Packaged: 2021-05-28 17:01:43 UTC; Alberto
Author: Alberto Fernandez [aut, cre] (<https://orcid.org/0000-0002-1241-1646>),
  Sergio Gmez [aut] (<https://orcid.org/0000-0003-1820-0062>)
Maintainer: Alberto Fernandez <alberto.fernandez@urv.cat>
Repository: CRAN
Date/Publication: 2021-05-28 17:20:06 UTC
