Learn R Programming

FossilSim (version 2.4.1)

rangeplot.asymmetric: Make an asymmetric stratigraphic range plot from a tree object of class phylo

Description

Make an asymmetric stratigraphic range plot from a tree object of class phylo

Usage

rangeplot.asymmetric(x, complete = FALSE, ...)

Arguments

x

phylo object to plot.

complete

Plot unsampled species.

...

Additional parameters to be passed to plot.default.

Examples

Run this code
tree = sim.fbd.taxa(n = 10, numbsim = 1, lambda = 3, mu = 2, psi = 1, complete = TRUE)[[1]]
rangeplot.asymmetric(tree, complete=TRUE)

Run the code above in your browser using DataLab