powered by
A helper function to make an adjacency list corresponding to a complete graph
make_complete_graph(nodes)
A character vector containing the nodes to be used in the graph
An adjacency list of a complete graph
# NOT RUN { d <- derma[, 5:8] cg <- make_complete_graph(colnames(d)) # }
Run the code above in your browser using DataLab