Skip to contents

Conversion between phylo and igraph

Usage

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

as_phylo(x)

Arguments

x

An object to convert.

...

Additional arguments passed to graph_from_edgelist().