Description Usage Arguments Author(s)
Approximate the probability of a vertex not within a list belonging to the list.
1 | comp_outside_vertex_prob(v1, v2, G, exact = TRUE)
|
v1 |
vector of vertex identifiers. Vertices must be present in graph G. |
v2 |
vector of vertex identifiers not in 'v1'. These vertices will be tested as a vertex in 'v1'. |
G |
igraph object representing the graph and including vertices from 'v1' and 'v2'. |
exact |
logical. If TRUE, the approximation of the probability is calculated rather than approximated by 'ppois()'. |
Christopher Nobles, Ph.D.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.