visualize_functional_structure: Display a graph using visNetwork of the functional structure.

View source: R/visNetwork.R

visualize_functional_structureR Documentation

Display a graph using visNetwork of the functional structure.

Description

Display a graph using visNetwork of the functional structure.

Usage

visualize_functional_structure(my_structure)

Arguments

my_structure

A list, the functional structure calculated in create_list_of_functional_structure().

Value

A list

Examples

my_structure <- create_list_of_functional_structure(filename, path)
visualize_functional_structure(my_structure)

ims-fhs/badhacker documentation built on March 21, 2022, 7:50 a.m.