Learn R Programming

networkABC (version 0.9-1)

network_gen: 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)

Value

A list with the number of of genes, the targeted clustering coefficient and the resulting network

Arguments

number_genes

A number

clust_coef

A number

Examples

Run this code
network_gen(10,1)

Run the code above in your browser using DataLab