edges: List all edges in a graph

View source: R/generic.R

ER Documentation

List all edges in a graph

Description

List all edges in a graph

Usage

E(x, ...)

edges(x, ...)

## S3 method for class 'datagraph'
E(x, sorted = FALSE)

## S3 method for class 'datagraph'
edges(x, sorted = FALSE)

Arguments

x

datagraph object

...

args passed to the S3 methods

sorted

logical; sort the result?


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