View source: R/plots_ltt_summary.R
plot_ltt_summary | R Documentation |
Lineage through time plots of all chronograms in multiphylo object and its summaries.
plot_ltt_summary( taxon, phy, phy_sdm, phy_median, file_name = NULL, file_dir = NULL, height = 3.5, width = 7, add_legend = TRUE, add_title = FALSE, col_sdm = "#00AFBB", col_median = "#CC79A7", tax_datedotol = NULL, ... )
taxon |
Character vector indicating the name of the taxon or lineage that the chronograms in phy belong to. |
phy |
A phylo or multiphylo object with chronograms (trees with branch lengths proportional to geologic time), ideally. |
phy_sdm |
A multiphylo object with chronograms from a SDM summary. |
phy_median |
A multiphylo object with chronograms from a median summary. |
file_name |
A character string giving the name of the pdf file. |
file_dir |
A character string giving the path to write the file to. |
height |
Height of the plot |
width |
Width of the plot |
add_legend |
Boolean |
add_title |
Boolean |
col_sdm |
Color of the SDM tree |
col_median |
Color of the median tree |
tax_datedotol |
A chronogram to compare other chronograms to. |
... |
Arguments passed on to
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.