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

rev.igraph.vs

Reverse the order in a vertex sequence


Description

Reverse the order in a vertex sequence

Usage

## S3 method for class 'igraph.vs'
rev(x)

Arguments

x

The vertex sequence to reverse.

Value

The reversed vertex sequence.

See Also

Examples

g <- make_(ring(10), with_vertex_(name = LETTERS[1:10]))
V(g) %>% rev()

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.