Description Usage Arguments Value Author(s) Examples
The density of a graph is the ratio of the number of edges and the number of possible edges.
1 | multiplex.density(multiplex)
|
multiplex |
: The multiplex object. |
A list of real constant. This function returns NaN(=0.0/0.0) for an empty multiplex with zero vertices
Issam Falih <issam.falih@lipn.univ-paris13.fr>
1 2 | M <- Multiplex_Lazega
multiplex.density(M)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.