Learn R Programming

dynetNLAResistance (version 0.1.0)

make.virtual.dynamic.network: Make a vertex-increasing virtual dynamic network.

Description

Make a vertex-increasing virtual dynamic network.

Usage

make.virtual.dynamic.network(network.data = NULL, len = 10, by = 5, label.types = 100, prop.init = 0.001, prop.sensitive = 0.1)

Arguments

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.

Value

A list of snapshots of a virtual dynamic network.

Examples

Run this code
dynet <- make.virtual.dynamic.network()

Run the code above in your browser using DataLab