Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

gorder

Order (number of vertices) of a graph


Description

Order (number of vertices) of a graph

Usage

gorder(graph)

Arguments

graph

The graph

Value

Number of vertices, numeric scalar.

See Also

Examples

g <- make_ring(10)
gorder(g)

igraph

Network Analysis and Visualization

v1.2.10
GPL (>= 2)
Authors
See AUTHORS file.
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.