print_cluster_counts | R Documentation |
Prints out elements of unique clusters of each size requested with stats on frequency of occurrence
print_cluster_counts(
unique_clusters_by_size,
cluster_lengths = 1:max(mapply(function(x) length(x[[1]]), unique_clusters_by_size))
)
unique_clusters_by_size |
List of cluster sizes, each size being a list of unique clusters as output by this packages' collapse_identical_clusters method |
cluster_lengths |
Integer range of cluster sizes to include in output |
Returns list of requested cluster sizes with elements of unique clusters and stats on frequency
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.