vertices: List all vertices in a graph

View source: R/generic.R

VR Documentation

List all vertices in a graph

Description

List all vertices in a graph

Usage

V(x, ...)

vertices(x, ...)

## S3 method for class 'datagraph'
V(x, sorted = FALSE)

## S3 method for class 'datagraph'
vertices(x, sorted = FALSE)

Arguments

x

see the S3 methods

...

args passed to the S3 methods

sorted

logical; when TRYE the result is sorted.


vh-d/datagraphs documentation built on May 13, 2022, 1:42 p.m.