View source: R/plot.asymmetric.tree.R
rangeplot.asymmetric | R Documentation |
Make an asymmetric stratigraphic range plot from a tree object of class phylo
rangeplot.asymmetric(x, complete = FALSE, ...)
x |
phylo object to plot. |
complete |
Plot unsampled species. |
... |
Additional parameters to be passed to |
This function assumes all speciation events are asymmetric.
tree = sim.fbd.taxa(n = 10, numbsim = 1, lambda = 3, mu = 2, psi = 1, complete = TRUE)[[1]] rangeplot.asymmetric(tree, complete=TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.