Perform DBSCAN clustering for given 3D coordinates.

pointCluster(xyz, eps = "auto", quite = FALSE, ...)

Arguments

xyz

A data.frame with x, y, z coordinates

eps

The size (radius) of the epsilon neighborhood. Default 'auto'.

quite

Print message or not.

...

other parameters could be used by dbscan function except x and eps.

Value

An object of class dbscan_fast.

Examples

xyz <- readRDS(system.file('extdata', '4DNFI1UEG1HD.chr21.FLAMINGO.res.rds',
 package='geomeTriD'))
pc <- pointCluster(xyz)
#> eps is set to 1.92420018162681e-06