create_empty_network: Create a network object.

Description Usage Arguments Value Examples

View source: R/networks.R

Description

Creates a 'network' object containing no modules.

Usage

1

Arguments

p

The number of nodes in the network

Value

A network object.

Examples

1
2
nw <- create_empty_network(10)
plot(nw) # A network with no edges.

SeqNet documentation built on July 9, 2021, 9:08 a.m.