is_vertices_of: Check if the an object is a sequence of vertices from a graph

View source: R/assertions.R

is_vertices_ofR Documentation

Check if the an object is a sequence of vertices from a graph

Description

Check if the an object is a sequence of vertices from a graph

Usage

is_vertices_of(v, g)

Arguments

v

R object.

g

Graph.

Value

TRUE if v are vertices from g.


simplegraph documentation built on Aug. 31, 2023, 9:07 a.m.