epi2tree: Convert an 'epi' object from 'sim.epi' to 'phylo' format...

Description Usage Arguments Author(s) See Also Examples

View source: R/epi2tree.R

Description

Converts an 'epi' object from a simulation of 'sim.epi' to 'phylo' format (ape).

Usage

1
  epi2tree(epi)

Arguments

epi

'epi' object.

Author(s)

Gabriel E Leventhal

See Also

expoTree, ape

Examples

1
2
  x <- sim.epi(100,1,0.1,0.4,100)
  tree <- epi2tree(x)

expoTree documentation built on May 29, 2017, 3:49 p.m.