twomode_components.Rd
This function identifies components in a two-mode network.
twomode_components(mat)
mat | A matrix |
---|
A list including the number of components in the network, the fragmentation of the network (number of components/number of nodes in the column nodeset), and the component membership of each node in that nodeset.
Note that this function applies only to one dimension/mode (the columns). Use a transposed matrix to return values for the other dimension/mode.
Other two-mode functions: twomode_2x2
,
twomode_clustering
,
twomode_coherence
,
twomode_constraint
,
twomode_dominance
,
twomode_modularity
,
twomode_smallworld
twomode_components(mat)#> Error in twomode_components(mat): object 'mat' not found