Constructs a complete graph, actually an instance of graph-NEL
Usage
mk_complete_graph(d)
Arguments
d
an integer vector of length 1 which specified the number of nodes, a character vector of nodes names, a dist, or a symmetric matrix, either of which specify the nodes and edge weights.