gorder {igraph} | R Documentation |
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.connected
, are_adjacent
;
ecount
, gsize
;
ends
, get.edge
,
get.edges
; get.edge.ids
;
head_of
; incident_edges
;
incident
; is.directed
,
is_directed
; neighbors
;
tail_of
g <- make_ring(10) gorder(g)