network_gen {networkABC} | R Documentation |
Random scale-free network generation. This function is used intensively in the abc function.
Description
Generate random network topology
Usage
network_gen(number_genes, clust_coef)
Arguments
number_genes |
A number |
clust_coef |
A number |
Value
A list with the number of of genes, the targeted clustering coefficient and the resulting network
Examples
network_gen(10,1)
[Package networkABC version 0.8-1 Index]