View source: R/plot_densitree.R
plot_densitree | R Documentation |
Draw multiple trees on top of one another.
plot_densitree(phylos, ...)
phylos |
one or more phylogenies, must be of class |
... |
options to be passed to |
nothing. Will produce a plot.
Richèl J.C. Bilderbeek
if (beastier::is_on_ci() && is_beast2_installed()) { beastier::remove_beaustier_folders() beastier::check_empty_beaustier_folders() inference_model <- create_test_inference_model() beast2_options <- create_beast2_options() out <- bbt_run_from_model( get_babette_path("anthus_aco.fas"), inference_model = inference_model, beast2_options = beast2_options ) bbt_delete_temp_files( inference_model = inference_model, beast2_options = beast2_options ) plot_densitree(out$anthus_aco_trees) # Clean up temporary files created by babette bbt_delete_temp_files( inference_model = inference_model, beast2_options = beast2_options ) beastier::remove_beaustier_folders() beastier::check_empty_beaustier_folders() }
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.