Learn R Programming

simplegraph (version 1.0.1)

is_vertices_of: 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)

Value

TRUE if v are vertices from g.

Arguments

v

R object.

g

Graph.