gorder | R Documentation |
vcount()
and gorder()
are aliases.
vcount(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()
,
incident_edges()
,
is_directed()
,
neighbors()
,
tail_of()
g <- make_ring(10)
gorder(g)
vcount(g)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.