Description Usage Arguments Value Examples
From probability to edges
1 | probToEdges(x)
|
x |
The matrix, whose colomn names represents the edges, is written as 1 and 0, where 1 means there is edge. |
A matrix, each rows represent edges of graphs
1 2 | mat = fillprob(N=4, c4(c(1:4)))
probToEdges(mat)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.