rangeplot.asymmetric: Make an asymmetric stratigraphic range plot from a tree...

View source: R/plot.asymmetric.tree.R

rangeplot.asymmetricR Documentation

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.

Note

This function assumes all speciation events are asymmetric.

Examples

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


rachelwarnock/fossilsim documentation built on April 22, 2024, 3:21 p.m.