View source: R/rm_island_colonist.R
rm_island_colonist | R Documentation |
Island_tbl
objectRemoves an island colonist from an Island_tbl
object
rm_island_colonist(island_tbl, clade_name)
island_tbl |
An instance of the |
clade_name |
Character name of the colonising clade. |
Object of Island_tbl
class
phylod <- create_test_phylod(test_scenario = 1)
island_tbl <- extract_island_species(
phylod = phylod,
extraction_method = "min"
)
island_tbl <- rm_island_colonist(
island_tbl = island_tbl,
clade_name = "bird_b"
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.