probToEdges: From probability to edges

Description Usage Arguments Value Examples

View source: R/probToEdges.R

Description

From probability to edges

Usage

1

Arguments

x

The matrix, whose colomn names represents the edges, is written as 1 and 0, where 1 means there is edge.

Value

A matrix, each rows represent edges of graphs

Examples

1
2
mat = fillprob(N=4, c4(c(1:4)))
probToEdges(mat)

placeboo/subgraph documentation built on May 29, 2019, 7:37 a.m.