Community.Detection.Membership: Get Community Membership of a Graph
Description
This function applies community detection to a graph and returns the
membership information of each node.
Usage
Community.Detection.Membership(network)
Value
A data frame where each row represents a node in the graph,
with columns for the node name and its corresponding community
membership number. This information is useful for understanding
the community structure within the graph.