# create an empty island_tbl to add to
island_tbl <- island_tbl()
# add a new island colonist
island_tbl <- add_island_colonist(
island_tbl,
clade_name = "new_clade",
status = "endemic",
missing_species = 0,
col_time = 1,
col_max_age = FALSE,
branching_times = NA,
min_age = NA,
species = "new_clade",
clade_type = 1
)
Run the code above in your browser using DataLab