rangeplot.asymmetric {FossilSim}R 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)


[Package FossilSim version 2.3.3 Index]