Skip to contents

Conversion between tbl_tree and igraph

Usage

# S3 method for class 'tbl_tree'
as_igraph(x, ...)

as_tbl_tree(x)

Arguments

x

An object to convert.

...

Additional arguments passed to graph_from_edgelist().