| dichotomise |
|
|
|
|
The dichotomise function creates a binary network from a weighted edgelist. It has two options:
Example: Sample data ## Load tnet ## Sample data ## Run programme i j w ## Run programme with a different cut-off parameter i j w
|
|
| Last Updated ( Friday, 19 June 2009 ) |



sample <- rbind(
dichotomise(sample)
dichotomise(sample, GT=2)