make_null_graph: Make a null graph

Description Usage Arguments Value Examples

View source: R/helper_decomp_graphs.R

Description

A helper function to make an adjacency list corresponding to a null graph (no edges)

Usage

1

Arguments

nodes

A character vector containing the nodes to be used in the graph

Value

An adjacency list the null graph with no edges

Examples

1
2
d  <- derma[, 5:8]
ng <- make_null_graph(colnames(d))

mlindsk/ess documentation built on Oct. 15, 2021, 9:12 a.m.