powered by
Constructs an edgelist in the format expected by ergm's internal functions
NOTE: the as.edgelist functions have been moved to the network package, and this help file may be removed in the future. See as.edgelist
as.edgelist
network
Constructs an edgelist matrix from a network, sorted tails-major order, with tails first, and, for undirected networks, tail < head.
The as.matrix.network(nw, matrix.type="edgelist") provides similar functionality but it does not enforce ordering..
as.matrix.network(nw, matrix.type="edgelist")
See alsoas.edgelist, as.matrix.network.edgelist
as.matrix.network.edgelist
# NOT RUN { data(faux.mesa.high) as.edgelist(faux.mesa.high) # }
Run the code above in your browser using DataLab