remove_vertices: Remove vertices from a graph

View source: R/generic.R

remove_verticesR Documentation

Remove vertices from a graph

Description

Remove vertices from a graph

Usage

remove_vertices(x, vertices, ...)

## S3 method for class 'datagraph'
remove_vertex(x, vertex, ...)

## S3 method for class 'character'
remove_vertex(x, graph)

## S3 method for class 'datagraph'
remove_vertices(x, vertices, ...)

Arguments

x

see the S3 methods

vertices

vertex ids

...

passed to individual methods

vertex

vertex id

graph

datagraph object


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