sdbscan: sdbscan

View source: R/sdbscan.R View source: R/archive/sdbscan.R

sdbscanR Documentation

sdbscan

Description

Shiny app which allows to run a cluster analysis with DBSCAN with interactive choice of variables, core distance, and minimal neighbours.

Usage

sdbscan(data, xvar = character(0), ...)

Arguments

data

matrix or data.frame

xvar

character: names of selected variables for the clustering

...

unused

Value

nothing

Examples

if (interactive()) sdbscan(iris)

sigbertklinke/smvgraph documentation built on Dec. 10, 2022, 9:13 a.m.