plotPhylo: plotPhylo

Description Usage Arguments

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, scale = TRUE, cex = 1,
  main = "", edge.cols = "black", edge.width = 1)

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.

scale

Logical - show the scale bar, or not?

cex

Scaling factor for tip labels and node labels - universal.

main

A string that will be the title on the plot (if desired)

edge.cols

A vector of edge colours, if you want the edges to be coloured.


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