delete.vertices.networkLite {networkLite}R Documentation

Delete vertices from a networkLite.

Description

Delete vertices from a networkLite.

Usage

## S3 method for class 'networkLite'
delete.vertices(x, vid, ...)

Arguments

x

A networkLite object.

vid

Vertex ids (between 1 and network.size(x)) to delete from x. Note that edges involving deleted vertices will also be deleted.

...

additional arguments.

Value

A networkLite object with the specified vertices deleted.


[Package networkLite version 1.0.5 Index]