cnMatEdges: Network Edge Matrix

Description Usage Arguments Details Value Author(s) See Also Examples

Description

Returns a matrix representing the edges of a catNetwork object.

Usage

1
cnMatEdges(object)

Arguments

object

a catNetwork object

Details

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.

Value

A matrix of characters.

Author(s)

N. Balov

See Also

cnEdges, cnMatParents

Examples

1
2
  cnet <- cnRandomCatnet(numnodes=10, maxpars=3, numcats=2)
  cnMatEdges(object=cnet)

sdnet documentation built on May 2, 2019, 12:43 a.m.