gorder
From igraph v1.2.2
by Gabor Csardi
Order (number of vertices) of a graph
Order (number of vertices) of a graph
Usage
gorder(graph)
Arguments
- graph
The graph
Value
Number of vertices, numeric scalar.
See Also
Other structural queries: [.igraph
,
[[.igraph
, adjacent_vertices
,
are_adjacent
, ends
,
get.edge.ids
, gsize
,
head_of
, incident_edges
,
incident
, is_directed
,
neighbors
, tail_of
Examples
# NOT RUN {
g <- make_ring(10)
gorder(g)
# }
Community examples
Looks like there are no examples yet.