Package: mdendro
Version: 2.1.0
Date: 2021-09-12
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 = "Fernndez",
                    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/mdendro.php
License: AGPL-3
Imports: graphics, grDevices, Rcpp, stats, utils
LinkingTo: Rcpp
Suggests: ape, cluster, dendextend, knitr, rmarkdown
VignetteBuilder: knitr, rmarkdown
NeedsCompilation: yes
SystemRequirements: C++11
Packaged: 2021-09-12 13:54:41 UTC; Alberto
Author: Alberto Fernndez [aut, cre] (<https://orcid.org/0000-0002-1241-1646>),
  Sergio Gmez [aut] (<https://orcid.org/0000-0003-1820-0062>)
Maintainer: Alberto Fernndez <alberto.fernandez@urv.cat>
Repository: CRAN
Date/Publication: 2021-09-12 21:40:07 UTC
Built: R 4.1.3; x86_64-w64-mingw32; 2023-04-17 13:38:29 UTC; windows
Archs: i386, x64
