V: Vertices of an igraph graph

VR Documentation

Vertices of an igraph graph

Description

This function and all of its descriptions have been obtained from the igraph package.

Usage

V(graph)

Arguments

graph

The graph (an igraph graph)

Value

A vertex sequence containing all vertices, in the order of their numeric vertex ids.

See Also

V for a complete description on this function

Examples

## Not run: 
MyData <- coexpression.data
My_graph <- graph_from_data_frame(MyData)
My_graph_vertices <- V(My_graph)

## End(Not run)

influential documentation built on Nov. 19, 2023, 9:06 a.m.