| degree_w |
|
|
|
|
This function calculates the degree and strength of a node. The options are:
To calculate, write the following: degree_w(edgelist) Example 1: Degree using random data created by rg_w() ## Load tnet ## Generate a directed random graph with 100 nodes, 300 edges. ## Run the function vertex degree output The first column is the vertex id, the second colum is the degree, and the third column is the strength. Example 2: Sample data ## Load tnet
## Run the function vertex degree output
|
|
| Last Updated ( Friday, 19 June 2009 ) |



## Sample data