layout_tree_ape: layout a tree using ape, return an object to be plotted by...

View source: R/plot.R

layout_tree_apeR Documentation

layout a tree using ape, return an object to be plotted by plot_tree

Description

layout a tree using ape, return an object to be plotted by plot_tree

Usage

layout_tree_ape(tree, ...)

Arguments

tree

The phylo tree to be plotted

...

additional arguments to plot.phylo

Value

edge

list of x, y and xend, yend coordinates as well as ids for the edges

tips

list of x, y, label and id for the tips

nodes

list of x, y and id for the nodes


jimhester/primerTree documentation built on Oct. 15, 2023, 11:06 p.m.