View source: R/stability-3-graph-clustering.R
merge_resolutions | R Documentation |
Merge partitions obtained with different resolution values. The
partitions will be grouped based on the number of clusters. The identical
partitions will be merged into a single partition by updating the frequency
using the merge_partitions
method.
merge_resolutions(res_obj)
res_obj |
A list associated to a configuration field from the object
returned by the |
A list having one field assigned to each number of clusters. A number
of cluster will contain a list of all merged partitions. To avoid duplicates,
merged_partitions
with threshold 1 is applied.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.