mk_complete_graph {PairViz} | R Documentation |
Constructs a complete graph.
Description
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 |
Value
- a graph-NEL
Author(s)
C.B. Hurley and R.W. Oldford
Examples
require(PairViz)
d <- dist(rnorm(5))
g <- mk_complete_graph(d)
[Package PairViz version 1.3.6 Index]