plotPhylo: plotPhylo

Description Usage Arguments

View source: R/plotPhylo.R

Description

A silly little function that makes plotting a tree without tip labels and with an axis easier and quicker.

Usage

1
2
plotPhylo(tree, tips = FALSE, nodes = NULL, nodecex = NULL,
  scale = TRUE, ...)

Arguments

tree

An object of class phylo

tips

Logical - show tip labels or not?

nodes

TRUE shows all node labels, FALSE supresses node labels (default), or a vecotr of which nodes to highlight.

nodecex

Scaling factor for node labels.

scale

Logical - show the scale bar, or not?

...

Generic plot arguments (edge.width, edge.cols etc.)


hferg/btrtools documentation built on May 17, 2019, 3:56 p.m.