Description Usage Arguments Value Note Author(s) References Examples
The dichotomise function creates a binary one-mode network from a weighted edgelist.
1 | dichotomise_w(net,GT=0)
|
net |
A weighted one-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 9 10 11 12 13 14 15 16 17 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.