rm_island_colonist: Removes an island colonist from an 'Island_tbl' object

View source: R/rm_island_colonist.R

rm_island_colonistR Documentation

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)

Arguments

island_tbl

An instance of the Island_tbl class.

clade_name

Character name of the colonising clade.

Value

Object of Island_tbl class

Examples

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"
)

DAISIEprep documentation built on April 3, 2025, 9:26 p.m.