ConvertEvonetToIgraphWithNodeNumbers: Convert an evonet object into igraph

Description Usage Arguments Value Examples

View source: R/bmhyb.r

Description

ape can already convert from evonet to igraph; the advantage of this function is that it uses the node ids from the evonet object for labels in igraph.

Usage

1

Arguments

phy.graph

An ape::evonet object (a phylogeny stored in phylo format that also includes a reticulation matrix)

Value

An igraph network

Examples

1
2
3
4
5
phy <- ape::rcoal(5)
phy.evo <- ape::evonet(phy, from=1, to=2)
plot(phy.evo) # this is the ape plot
phy.igraph <- ConvertEvonetToIgraphWithNodeNumbers(phy.evo)
plot(phy.igraph)

bomeara/bmhyd documentation built on Nov. 11, 2021, 12:37 a.m.