Examples for 'igraph::gorder'
Order (number of vertices) of a graph
Aliases:
gorder
vcount
Keywords:
### ** Examples
g
<-
make_ring
(
10
)
gorder
(g)
[1] 10
[Package
igraph
version 1.3.1
Index
]