cnMatEdges-method {sdnet} | R Documentation |
Returns a matrix representing the edges of a catNetwork
object.
cnMatEdges(object)
object |
a |
The resulting matrix has two columns and the number of edges rows. Edges are given as ordered pairs of the elements of the first and second columns.
A matrix of characters.
N. Balov
cnet <- cnRandomCatnet(numnodes=10, maxpars=3, numcats=2) cnMatEdges(object=cnet)