Learn R Programming

SeqNet (version 1.1.3)

create_empty_module: Create a module

Description

Create a module

Usage

create_empty_module(nodes)

Arguments

nodes

A numeric vector indicating which nodes in the network are contained in this module.

Value

A 'network_module' object.

Examples

Run this code
# NOT RUN {
module <- create_empty_module(1:10)
plot(module) # A module with no edges.
# }

Run the code above in your browser using DataLab