Description Usage Arguments Value Examples
Creates a DEN based on probability triplets defined by 'shape' parameter
1 | fun_crtNwk(nNodes, shape = c("lin", "int", "den"))
|
nNodes |
Intiger numbr of nodes. |
shape |
Network shape, one of "lin", "int" or "den". |
A list containing adjacency matrices and an igraph object.
1 2 3 4 | ## Not run:
fun_crtNwk(10, "den")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.