fun_crtNwk: Create networks - outdated method

Description Usage Arguments Value Examples

View source: R/networks.R

Description

Creates a DEN based on probability triplets defined by 'shape' parameter

Usage

1
fun_crtNwk(nNodes, shape = c("lin", "int", "den"))

Arguments

nNodes

Intiger numbr of nodes.

shape

Network shape, one of "lin", "int" or "den".

Value

A list containing adjacency matrices and an igraph object.

Examples

1
2
3
4
## Not run: 
fun_crtNwk(10, "den")

## End(Not run)

flee598/DenMet documentation built on Nov. 3, 2021, 6:57 a.m.