reinforcement_tm {tnet} | R Documentation |
The reinforcement_tm-function computes Robin and Alexander's (2004) 4-cycle metric for two-mode networks.
reinforcement_tm(net)
net |
A two-mode network |
Returns the score
version 1.0.0
Tore Opsahl; http://toreopsahl.com
http://toreopsahl.com/tnet/two-mode-networks/clustering/
## Load sample data
net <- rg_tm(10, 7, 0.4)
## Run the programme
reinforcement_tm(net)