Order (number of vertices) of a graph
Order (number of vertices) of a graph
gorder(graph)
graph |
The graph |
Number of vertices, numeric scalar.
Other structural queries:
[.igraph()
,
[[.igraph()
,
adjacent_vertices()
,
are_adjacent()
,
ends()
,
get.edge.ids()
,
gsize()
,
head_of()
,
incident_edges()
,
incident()
,
is_directed()
,
neighbors()
,
tail_of()
g <- make_ring(10) gorder(g)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.