View source: R/plot_mainland_clade.R
plot_mainland_clade | R Documentation |
Plot the simulated mainland.
plot_mainland_clade(mainland_clade, branch_colour = "unique_species_id")
mainland_clade |
Data frame with state of mainland, see
|
branch_colour |
A string, either "unique_species_id" or "clade_id" to colour the branches of the mainland tree(s) with one of the attributes. |
a ggplot2
Richèl J.C. Bilderbeek
mainland_clade <- DAISIEmainland:::create_test_mainland_clade(
mainland_scenario = 2
)
plot_mainland_clade(mainland_clade)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.