Description Usage Arguments Value Note Author(s) References Examples
The dichotomise function creates a binary two-mode network from a weighted edgelist.
1 | dichotomise_tm(net,GT=0)
|
net |
A weighted two-mode network |
GT |
the cut-off parameter. Default is set to 0, so edges/arcs with a weight greater than 0 is set to 1. |
Returns the edgelist with edges below the cut-off removed, and all weights equal to 1.
version 1.0.0
Tore Opsahl; http://toreopsahl.com
http://toreopsahl.com/2008/11/28/network-weighted-network/
1 2 3 4 5 6 7 8 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.