make_complete_graph: Make a complete graph

View source: R/helper_decomp_graphs.R

make_complete_graphR Documentation

Make a complete graph

Description

A helper function to make an adjacency list corresponding to a complete graph

Usage

make_complete_graph(nodes)

Arguments

nodes

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

Value

An adjacency list of a complete graph

Examples

d  <- derma[, 5:8]
cg <- make_complete_graph(colnames(d))

ess documentation built on Jan. 10, 2026, 5:06 p.m.