plot_mainland_clade: Plot the simulated mainland.

View source: R/plot_mainland_clade.R

plot_mainland_cladeR Documentation

Plot the simulated mainland.

Description

Plot the simulated mainland.

Usage

plot_mainland_clade(mainland_clade, branch_colour = "unique_species_id")

Arguments

mainland_clade

Data frame with state of mainland, see create_test_mainland_clade()

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.

Value

a ggplot2

Author(s)

Richèl J.C. Bilderbeek

Examples

mainland_clade <- DAISIEmainland:::create_test_mainland_clade(
  mainland_scenario = 2
)
plot_mainland_clade(mainland_clade)

joshwlambert/DAISIEmainland documentation built on July 14, 2024, 5:40 p.m.