powered by
ecount of an alias of this function.
ecount
gsize(graph)
The graph.
Numeric scalar, the number of edges.
Other structural queries: [.igraph; [[.igraph; adjacent_vertices; are.connected, are_adjacent; ends, get.edge, get.edges; get.edge.ids; gorder, vcount; head_of; incident_edges; incident; is.directed, is_directed; neighbors; tail_of
[.igraph
[[.igraph
adjacent_vertices
are.connected
are_adjacent
ends
get.edge
get.edges
get.edge.ids
gorder
vcount
head_of
incident_edges
incident
is.directed
is_directed
neighbors
tail_of
# NOT RUN { g <- sample_gnp(100, 2/100) gsize(g) # Number of edges in a G(n,p) graph replicate(100, sample_gnp(10, 1/2), simplify = FALSE) %>% vapply(gsize, 0) %>% hist() # }
Run the code above in your browser using DataLab