is_vertices_of {simplegraph}R 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.


[Package simplegraph version 1.0.1 Index]