Within each existing .putative_cluster region (typically produced by slice_ctdf()),
run sf_dtscan() on the points in that region to split it into one or more local spatial
subclusters. The resulting labels are combined with the parent .putative_cluster id and
written back to .putative_cluster in-place.
Arguments
- ctdf
A
ctdfobject.- nmin
Integer; passed as
min_ptstosf_dtscan()when clustering within each.putative_clusterregion.- area_z_min
Numeric; passed to
sf_dtscan()asarea_z_min.- length_z_min
Numeric; passed to
sf_dtscan()aslength_z_min.