Learn R Programming

DAISIEprep (version 1.0.1)

rm_island_colonist: Removes an island colonist from an Island_tbl object

Description

Removes an island colonist from an Island_tbl object

Usage

rm_island_colonist(island_tbl, clade_name)

Value

Object of Island_tbl class

Arguments

island_tbl

An instance of the Island_tbl class.

clade_name

Character name of the colonising clade.

Examples

Run this code
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"
)

Run the code above in your browser using DataLab