View source: R/sdbscan.R View source: R/archive/sdbscan.R
sdbscan | R Documentation |
Shiny app which allows to run a cluster analysis with DBSCAN with interactive choice of variables, core distance, and minimal neighbours.
sdbscan(data, xvar = character(0), ...)
data |
matrix or data.frame |
xvar |
character: names of selected variables for the clustering |
... |
unused |
nothing
if (interactive()) sdbscan(iris)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.