Cluster localizations into point sets using DBSCAN
locs2ps(
points,
eps,
minPts,
keep.locprec = TRUE,
keep.channel = TRUE,
cluster.2d = FALSE
)
a list of matrices with columns x,y,z and eventually locprec[z] and names set to the cluster indices.
a point set as a data frame of coordinates with columns x,y,z.
DBSCAN parameter, size of the epsilon neighbourhood
DBSCAN parameter, number of minimum points in the eps region
logical (default: TRUE), whether to preserve the localization precision columns
logical (default: TRUE), whether to preserve channel information column
logical (default: FALSE), whether to cluster only using x,y (and ignore z)