ape (version 1.8-4)

axisPhylo: Axis on Side of Phylogeny

Description

This function adds a scaled axis on the side of a phylogeny plot.

Usage

axisPhylo(side = 1, ...)

Arguments

Details

The further arguments (...) are used to format the axis. They may be font, cex, col, las, and so on (see the help pages on axis and par).

See Also

plot.phylo, add.scale.bar, axis, par

Examples

Run this code
tr <- rtree(30)
ch <- chronogram(tr)
plot(ch)
axisPhylo()
plot(tr, "c", FALSE, direction = "u")
axisPhylo(2, las = 1)

Run the code above in your browser using DataCamp Workspace