knitr::opts_chunk$set( collapse = TRUE, comment = "#>" ) options(tibble.print_min = 5, tibble.print_max = 5)
This package implements the clustering algorithm proposed in Klutchnikoff, Poterie, Rouvière (2020). Based on a new interpretation of the dendrogram produced by the AHC (in term of minimal distance) it can be viewed as a robust version of the single linkage algorithm. (see arxiv://xxxxx for more details.)
How do you install the latest version of robustSL
available on GitHub?
if (!require("devtools")) install.packages("devtools") devtools::install_github("klutchnikoff/robustSL", build_vignettes = TRUE)
Read the vignette
vignette("example", package = "robustSL")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.