Learn R Programming

mcmodule (version 1.2.0)

visNetwork_edges: Generate Formatted visNetwork Edge Table

Description

Creates a formatted edge table suitable for visualisation with visNetwork.

Usage

visNetwork_edges(mcmodule, inputs = FALSE)

Value

A data frame containing edge information for visNetwork with columns: from, to, and id.

Arguments

mcmodule

(mcmodule object). Module containing node relationships.

inputs

(logical). If TRUE, include non-node inputs. Default: FALSE.