Simulated network.
Examples
data(Net)
str(Net)
#> Formal class 'network' [package "Cascade"] with 6 slots
#> ..@ network: num [1:100, 1:100] 0 0 0 0 0 0 0 0 0 0 ...
#> ..@ name : chr [1:100] "gene 1" "gene 2" "gene 3" "gene 4" ...
#> ..@ F : num [1:3, 1:3, 1:6] 1 0 0 0 1 0 0 0 1 0.2 ...
#> ..@ convF : num [1, 1] 0
#> ..@ convO : num 0
#> ..@ time_pt: int [1:4] 1 2 3 4