Create the largest fully-connected cluster from a calculate_centrality output.

create_supercluster(edges, directed = TRUE, damping = 0.85)

Arguments

edges

The edges plucked from a calculate_centrality output

directed

Whether the graph should be directed or not

damping

Damping factor for centrality_pagerank function, see that function's documentation for specifics

Value

Returns a supercluster which can be fed into make_retweet_network