as.list.AcyclicGraphR Documentation

Convert to List

Description

Converts the graph to a list.

Usage

## S3 method for class 'AcyclicGraph'
as.list(x, ...)

Arguments

x

The graph to convert to a list.

...

Ignored.

Value

A list representation of the graph.