Learn R Programming

SeqNet (version 1.1.3)

create_empty_network: Create a network object.

Description

Creates a 'network' object containing no modules.

Usage

create_empty_network(p)

Arguments

p

The number of nodes in the network

Value

A network object.

Examples

Run this code
# NOT RUN {
nw <- create_empty_network(10)
plot(nw) # A network with no edges.
# }

Run the code above in your browser using DataLab