deleteEdge.adjMatrixGraph: A Graph Function

Description Usage Arguments Value

Description

This function deletes an edge.

Usage

1
2
## S3 method for class 'adjMatrixGraph'
deleteEdge(graph, node1, node2)

Arguments

graph

the graph obj

node1

The first node

node2

The second node

Value

a list containing the new graph and whether an operation was performed


TheBell/Graph documentation built on May 5, 2019, 4:48 p.m.