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.

tgrimes/SeqNet documentation built on Sept. 1, 2020, 7:50 a.m.