cluster_cutoff_at_first_empty_bin: Cut the hierarchical clustering tree to define clusters
Description
Cut the hierarchical clustering tree to define clusters
Usage
cluster_cutoff_at_first_empty_bin(heights, diam, num_bins_when_clustering)
Value
The cutoff height for the clusters.
Arguments
- heights
Heights of the clusters.
- diam
Diameter of the clusters.
- num_bins_when_clustering
Number of bins when clustering.