Description Usage Arguments Value Examples
Make a vertex-increasing virtual dynamic network.
1 2 | make.virtual.dynamic.network(network.data = NULL, len = 10, by = 5,
label.types = 100, prop.init = 0.001, prop.sensitive = 0.1)
|
network.data |
A data frame containing a symbolic edge list,which contains the information of whole network data. |
len |
Time of this dynamic network lasts. |
by |
The number of vertex added in network each time. |
label.types |
The number of label types the network possesses. |
prop.init |
The proportion of vertex amounts of initial network in whole network data. |
prop.sensitive |
The proportion of amounts of vertex with sensitive label in whole network data. |
A list of snapshots of a virtual dynamic network.
1 | dynet <- make.virtual.dynamic.network()
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.