View source: R/network_sample_gnm.R
sample a random graph with n vertices and m edges
1 | network_sample_gnp(N, p = 0.5)
|
N |
integer constant, the population size. |
p |
the probability for drawing an edge between any two vertices, default to 0.5. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.