explore_DBSCAN_clustering: fit and plot DBSCAN clustering on numeric columns of the...

Description Usage Arguments Value Examples

View source: R/explore_DBSCAN_clustering.R

Description

fit and plot DBSCAN clustering on numeric columns of the dataset

Usage

1
explore_DBSCAN_clustering(df, eps = c(1), minPts = c(5))

Arguments

df

dataframe: dataset

eps

vector of the epsilon neighborhood size, optional, default to c(1)

minPts

vector of number of minimum points in the eps region (for core points), default to c(5).

Value

a list of plots

Examples

1
2
library(palmerpenguins)
explore_DBSCAN_clustering(penguins)

UBC-MDS/datascience.eda.R documentation built on March 24, 2021, 2:22 a.m.