axisChrono: Axis for time-calibrated phylogenies

Description Usage Arguments Author(s) See Also Examples

Description

This function adds a time scale on the side of a phylogeny plot.

Usage

1
axisChrono(side = 1, unit = "Ma", fact = 1, ...)

Arguments

side

A numeric value specifying the side where the axis is plotted: 1: below, 2: left, 3: above, 4: right.

unit

A character string used to provide information on time units; defaults to "Ma" (million years ago).

fact

A real number used to scale the axis.

...

Further arguments passed to axis.

Author(s)

Christoph Heibl

See Also

axisGeo, add.geoscale

Examples

1
2
3
4
5
6
7
8
# phylogentic relationships of bird orders:
data(bird.orders)

# plot tree:
plot(bird.orders)

# plot axis in units of million years ago
axisChrono(side = 1, unit = "Ma")

fmichonneau/phyloch documentation built on May 16, 2019, 1:45 p.m.