delete.vertices: Delete vertices from a graph

View source: R/interface.R

delete.verticesR Documentation

Delete vertices from a graph

Description

[Deprecated]

delete.vertices() was renamed to delete_vertices() to create a more consistent API.

Usage

delete.vertices(graph, v)

Arguments

graph

The input graph.

v

The vertices to remove, a vertex sequence.

Related documentation in the C library

delete_vertices(), vcount()


igraph documentation built on May 4, 2026, 9:07 a.m.