get_cluster_sizes {mappeR} | R Documentation |
Compute cluster sizes
Description
Compute cluster sizes
Usage
get_cluster_sizes(binclust_data)
Arguments
binclust_data |
A list of bins, each containing named vectors whose names are those of data points and whose values are cluster ids. |
Value
A vector of integers representing the lengths of the clusters in the input data.
[Package mappeR version 1.3.0 Index]