An object of class OCG
, which is a list containing the following elements:
numbers An integer vector with the number of edges, nodes, and communities.
modularity An integer number specifying the modularity of the network.
Q A real number specifying the value of Q generated by the OCG algorithm.
nodeclusters A data frame consisting of 2 columns; the first contains node names, and the second contains single community IDs for each node. All communities and their nodes are represented, but not necessarily all nodes.
numclusters A named integer vector. Names are node names and integer values are the number of communities to which each node belongs.
igraph An object of class igraph
. The network is represented here as an igraph
object.
edgelist A character matrix with 2 columns containing the nodes that interact with each other.
clustsizes A named integer vector. Names are community IDs and integer values indicate the number of nodes that belong in each community.